getJoinedTeamCount method
- List<
NIMTeamType> teamTypes
获取当前已经加入的群组个数
@param teamTypes 群类型列表,nil或空列表表示获取所有
Implementation
Future<NIMResult<int>> getJoinedTeamCount(List<NIMTeamType> teamTypes) async {
return _platform.getJoinedTeamCount(teamTypes);
}