searchTeam method

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

Implementation

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