muteTeam method

Future<NIMResult<void>> muteTeam(
  1. String teamId,
  2. NIMTeamMessageNotifyTypeEnum notifyType
)

Implementation

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