getConversationListByConversaionIds method

Future<V2TimValueCallback<List<V2TimConversation>>> getConversationListByConversaionIds(
  1. {required List<String> conversationIDList}
)

通过会话ID获取指定会话列表

Implementation

Future<V2TimValueCallback<List<V2TimConversation>>>
    getConversationListByConversaionIds({
  required List<String> conversationIDList,
}) async {
  throw UnimplementedError(
      "getConversationListByConversaionIds() has not been implemented");
}