menu
flutter_chat_sdk package
documentation
chat.dart
ChatRepository
updateConversation abstract method
updateConversation abstract method
dark_mode
light_mode
updateConversation
abstract method
Future
<
Conversation
>
updateConversation
(
String
conversationId
,
UpdateConversationParams
params
)
Implementation
Future<Conversation> updateConversation(String conversationId, UpdateConversationParams params);
flutter_chat_sdk package
documentation
chat
ChatRepository
updateConversation abstract method
ChatRepository class