updateMyTeamNick method Null safety

Future<NIMResult<void>> updateMyTeamNick(
  1. String teamId,
  2. String nick
)

The current user edits the nickname

Implementation

Future<NIMResult<void>> updateMyTeamNick(String teamId, String nick) async {
  throw UnimplementedError('updateMyTeamNick() is not implemented');
}