onPushAccepted property
Get the Stream
of accepted PushwooshMessage.
Implementation
Stream<PushEvent> get onPushAccepted =>
_acceptChannel.receiveBroadcastStream().map((dynamic event) => _toPushwooshMessage(event.cast<dynamic, dynamic>()));
Get the Stream
of accepted PushwooshMessage.
Stream<PushEvent> get onPushAccepted =>
_acceptChannel.receiveBroadcastStream().map((dynamic event) => _toPushwooshMessage(event.cast<dynamic, dynamic>()));