Add a StreamController<int> notificationTapStream you can listen to know if user opened app by tapping on the notification.
Tasks:
[x] Implement feature on iOS
[ ] Implement feature on Android
Notes:
Facing technical limitations on Android: I’m unable to implement both a callback action on notification tap and reliably bring the app to the foreground simultaneously.
Goal:
Add a
StreamController<int> notificationTapStream
you can listen to know if user opened app by tapping on the notification.Tasks:
Notes:
Facing technical limitations on Android: I’m unable to implement both a callback action on notification tap and reliably bring the app to the foreground simultaneously.