menu
flutter_chat_sdk package
documentation
chat.dart
ChatRepository
getConversation abstract method
getConversation abstract method
dark_mode
light_mode
getConversation
abstract method
Future
<
Conversation
?
>
getConversation
(
String
conversationId
)
Implementation
Future<Conversation?> getConversation(String conversationId);
flutter_chat_sdk package
documentation
chat
ChatRepository
getConversation abstract method
ChatRepository class