Closed praveengitsit-pro closed 6 months ago
This is explained in the readme at https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications#initialisation and the repo has an example app and this is mentioned in the issue template when trying to submit a report as well
Not sure this is a bug but I looked through the documentations and could not find anything for this feature.
Describe the bug I cannot know when a user clicked on a notification when app is in foreground
To Reproduce
Expected behavior I want something like the
FirebaseMessaging
'sonMessageOpenedApp
method that exposes when a user has clicked on a notification when app is in background.