onConversationAdded property

Stream<Conversation> onConversationAdded
getter/setter pair

Called when the current user has a conversation added to their conversation list, conversation status is not specified.

Implementation

late Stream<Conversation> onConversationAdded;