menu
flutter_chat_sdk package
documentation
chat.dart
ChatRepository
createConversation abstract method
createConversation abstract method
dark_mode
light_mode
createConversation
abstract method
Future
<
Conversation
>
createConversation
(
CreateConversationParams
params
)
Implementation
Future<Conversation> createConversation(CreateConversationParams params);
flutter_chat_sdk package
documentation
chat
ChatRepository
createConversation abstract method
ChatRepository class