onNotificationTap property

Stream<Map<String, dynamic>> get onNotificationTap

Emits notification payloads when the user taps a notification (background/tap event).

Implementation

Stream<Map<String, dynamic>> get onNotificationTap {
  throw UnimplementedError('onNotificationTap has not been implemented.');
}