onNotificationOpened property

Stream<PushNotificationMessage> get onNotificationOpened

Will emit the PushNotificationMessage that an end user has tapped on to open the App.

Implementation

Stream<PushNotificationMessage> get onNotificationOpened =>
    defaultPlugin.onNotificationOpened;