getJoinedCommunityList method

Future<V2TimValueCallback<List<V2TimGroupInfo>>> getJoinedCommunityList()

获取当前用户已经加入的支持话题的社群列表 4.0.1及以上版本支持 web版本不支持

Implementation

Future<V2TimValueCallback<List<V2TimGroupInfo>>>
    getJoinedCommunityList() async {
  return ImFlutterPlatform.instance.getJoinedCommunityList();
}