muteTeam method
- String teamId,
- NIMTeamMessageNotifyTypeEnum notifyType
群消息免打扰
设置指定群消息通知类型
teamId
群Id
notifyType
群消息类型
Implementation
Future<NIMResult<void>> muteTeam(
String teamId, NIMTeamMessageNotifyTypeEnum notifyType) async {
return _platform.muteTeam(teamId, notifyType);
}