onNotificationClick top-level 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 => _self.onNotificationClick;