updateTeamFields method
编辑多个资料
Implementation
Future<NIMResult<void>> updateTeamFields(
String teamId, NIMTeamUpdateFieldRequest request) async {
throw UnimplementedError('updateTeamFields() is not implemented');
}
编辑多个资料
Future<NIMResult<void>> updateTeamFields(
String teamId, NIMTeamUpdateFieldRequest request) async {
throw UnimplementedError('updateTeamFields() is not implemented');
}