onConversationAdded property
Called when the current user has a conversation added to their conversation list, conversation status is not specified.
Implementation
late Stream<Conversation> onConversationAdded;
Called when the current user has a conversation added to their conversation list, conversation status is not specified.
late Stream<Conversation> onConversationAdded;