conversationMap property
The map of the Conversations which belong to the Client in memory, the key is Conversation.id.
Implementation
final Map<String, Conversation> conversationMap = <String, Conversation>{};
The map of the Conversations which belong to the Client in memory, the key is Conversation.id.
final Map<String, Conversation> conversationMap = <String, Conversation>{};