onPushReceived property
Get the Stream
of received PushwooshMessage.
Implementation
Stream<PushEvent> get onPushReceived =>
_receiveChannel.receiveBroadcastStream().map((dynamic event) => _toPushwooshMessage(event.cast<dynamic, dynamic>()));
Get the Stream
of received PushwooshMessage.
Stream<PushEvent> get onPushReceived =>
_receiveChannel.receiveBroadcastStream().map((dynamic event) => _toPushwooshMessage(event.cast<dynamic, dynamic>()));