getAllConversations abstract method
Gets all conversations (one-shot, not a stream).
For reactive updates, use watchConversations instead.
Implementation
Future<List<Conversation>> getAllConversations({ConversationFilter? filter});
Gets all conversations (one-shot, not a stream).
For reactive updates, use watchConversations instead.
Future<List<Conversation>> getAllConversations({ConversationFilter? filter});