onMessage property

  1. @override
Stream<String> onMessage
override

Returns the stream that is called when a silent push message is received from an incoming payload when the Flutter instance is in the foreground.

Implementation

@override
Stream<String> get onMessage => _channel.onMessage;