openedPushStream property

  1. @override
Stream<OpenedPush> openedPushStream

A stream of opened push notifications. The SDK will hold last data until you set the listener. Don't forget to call cancel on the subscription when no longer listening.

Implementation

@override
Stream<OpenedPush> get openedPushStream => _platform.openedPushStream;