onRemovedFromConversationNotification property

Stream<String> onRemovedFromConversationNotification
getter/setter pair

Called when client receives a push notification for removed from conversation event.

Implementation

late Stream<String> onRemovedFromConversationNotification;