getJoinedCommunityList method
获取当前用户已经加入的支持话题的社群列表 4.0.1及以上版本支持 web版本不支持
Implementation
Future<V2TimValueCallback<List<V2TimGroupInfo>>> getJoinedCommunityList() async {
if (kIsWeb) {
return TencentCloudChatSdkPlatform.instance.getJoinedCommunityList();
}
return TIMGroupManager.instance.getJoinedCommunityList();
}