This commit is contained in:
hrxiang
2021-08-25 14:44:40 +08:00
parent 9b4b8abb1a
commit e3e46092d9
3 changed files with 9 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ class ConversationManager {
}))
.then((value) => _toObj(value));
/// get conversation by id
/// get conversation list by id list
///
Future<List<ConversationInfo>> getMultipleConversation({
required List<String> conversationIDList,