searchTeam method

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

从服务器上查询群资料信息

Implementation

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