getConversationGroupList method

Future<V2TimValueCallback<List<String>>> getConversationGroupList()

获取会话分组列表 4.0.8及以后版本支持,web不支持

Implementation

Future<V2TimValueCallback<List<String>>> getConversationGroupList() async {
  return TencentCloudChatSdkPlatform.instance.getConversationGroupList();
}