queryTeam method

Future<NIMResult<NIMSuperTeam>> queryTeam(
  1. String teamId
)

查询群资料,如果本地没有群组资料,则去服务器查询。 如果自己不在这个群中,该接口返回的可能是过期资料,如需最新的,请调用searchTeam(String teamId)接口

Implementation

Future<NIMResult<NIMSuperTeam>> queryTeam(String teamId) async {
  throw UnimplementedError('queryTeam() is not implemented');
}