You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding flutter_notification_listener, on debug mode, I only receive notifications events logs but the onData function is never called. I am using the example code from the repo.
It seems that the method mBackgroundChannel.invokeMethod("sink_event", listOf(callbackHandle, evt.data) call from FlutterNotificationListenerPlugin.kt is failing.
The text was updated successfully, but these errors were encountered:
After adding flutter_notification_listener, on debug mode, I only receive notifications events logs but the onData function is never called. I am using the example code from the repo.
Log:
D/NotificationsListenerService( 9982): send notification event: {infoText=null, flags=17, canTap=true, title=*******, subText=null, uid=10293, showWhen=true, largeIcon=[B@2aa2d9f, package_name=************, text=************;, id=-132088129, _id=80e9ac71d00c7, isGroup=false, actions=null, channelId=message_channel_new_id, key=0|*********|-132088129|null|10293, timestamp=1731844584591}
It seems that the method
mBackgroundChannel.invokeMethod("sink_event", listOf(callbackHandle, evt.data)
call from FlutterNotificationListenerPlugin.kt is failing.The text was updated successfully, but these errors were encountered: