updateMyTeamNick method

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

群修改自己的群昵称

Implementation

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