I want create a event channel in my flutter windows application for asynchronous event streams between flutter and windows app.
where I want to get a continuous data to be listened, but i am not finding any example on internet on how to create a Event channel between flutter and native windows application.
Thanks in advance if any one can help
I have tried method channel which works but event channel i am not able to create
Expecting a sample working code of flutter_windows.cpp file to create a Event Channel
Now able to create the Event channel, it will be helpful for some one as me.
In Dart add below code to create a Event channel import 'dart:async';
In Windows directory add code to below files
flutter_windows.cpp
andflutter_windows.h
-> flutter_windows.cpp add the below code
-> flutter_windows.h add the below code to header file