hey @flutterbuddy1 I am facing this error even though I have given permission to read notifications.
E/Notification Reader:(23645): Notification Reader Permissioin Denied.
NotificationReader.onNotificationRecieve() is throwing exception
Function
NotificationData res = await NotificationReader.onNotificationRecieve();
Error
_TypeError (type 'Null' is not a subtype of type 'String')
Note
I am using the example you provided.