getAllConversations abstract method

Future<List<Conversation>> getAllConversations({
  1. ConversationFilter? filter,
})

Gets all conversations (one-shot, not a stream).

For reactive updates, use watchConversations instead.

Implementation

Future<List<Conversation>> getAllConversations({ConversationFilter? filter});