updateMyTeamNick method Null safety
群修改自己的群昵称
Implementation
Future<NIMResult<void>> updateMyTeamNick(String teamId, String nick) async {
throw UnimplementedError('updateMyTeamNick() is not implemented');
}
群修改自己的群昵称
Future<NIMResult<void>> updateMyTeamNick(String teamId, String nick) async {
throw UnimplementedError('updateMyTeamNick() is not implemented');
}