The ‘awesome_notifications’ channel sent a message from native to Flutter on a non-platform thread
I am using awesome_notifications package in flutter to schedule notifications. In iOS, when the app schedules notifications, it gives the following error on the console:
FCM notification to be listen on MACOS and Windows desktop for flutter based webview
I have developed one of the desktop application for macos and windows using Flutter, This applications uses webview. Webview is responsible to authentication in the app and FCM, also other features. The main challenge is to listen the FCM notification to these desktop apps. Kindly anyone help me.