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