onNotificationTap property

Stream<Map<String?, Object?>> onNotificationTap

Notification that was tapped whilst the app is already running in the foreground or background. This requires the notification to contain data. The actual notification is not available. This is an intermittently working feature. Sometimes, Android delivers an intent with no extras, meaning we can't provide the notification from ther user.

Implementation

Stream<Map<String?, Object?>> get onNotificationTap =>
    _onNotificationTapStreamController.stream;