onMessage property

Stream<String> onMessage

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

Stream<String> get onMessage;