menu
flutter_chat_sdk package
documentation
chat.dart
ChatDatabase
updateConversation abstract method
updateConversation abstract method
dark_mode
light_mode
updateConversation
abstract method
Future
<
void
>
updateConversation
(
Conversation
conversation
)
Updates a conversation.
Implementation
Future<void> updateConversation(Conversation conversation);
flutter_chat_sdk package
documentation
chat
ChatDatabase
updateConversation abstract method
ChatDatabase class