muteTeam method

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

设置指定群消息通知类型,支持多端同步 notifyType 通知类型枚举

Implementation

Future<NIMResult<void>> muteTeam(
    String teamId, NIMTeamMessageNotifyTypeEnum notifyType) {
  return _platform.muteTeam(teamId, notifyType);
}