getConversationListByConversationIds method
通过会话ID获取指定会话列表
Implementation
Future<V2TimValueCallback<List<V2TimConversation>>>
getConversationListByConversationIds({
required List<String> conversationIDList,
}) async {
throw UnimplementedError(
"getConversationListByConversaionIds() has not been implemented");
}