onNotificationClick property

Stream<NotificationEvent> onNotificationClick

An event handler fired whenever a notificationclick event occurs — when a user clicks on a displayed notification.

Implementation

Stream<NotificationEvent> get onNotificationClick => _onNotificationClick ??=
    callbackToStream(_delegate, 'onnotificationclick', NotificationEvent._);