onNewMessageNotification property

Stream<NewMessageNotificationEvent> onNewMessageNotification
getter/setter pair

Called when client receives a push notification for new message.

Implementation

late Stream<NewMessageNotificationEvent> onNewMessageNotification;