getJoinedCommunityList method

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

Implementation

Future<V2TimValueCallback<List<V2TimGroupInfo>>>
    getJoinedCommunityList() async {
  throw UnimplementedError(
      'getJoinedCommunityList has not been implemented.');
}