muteTeamMember method

Future<NIMResult<void>> muteTeamMember(
  1. String teamId,
  2. String account,
  3. bool mute
)

Implementation

Future<NIMResult<void>> muteTeamMember(
    String teamId, String account, bool mute) async {
  throw UnimplementedError('muteTeamMember() is not implemented');
}