muteTeam method
群消息免打扰 设置指定群消息通知类型
Implementation
Future<NIMResult<void>> muteTeam(
String teamId, NIMTeamMessageNotifyTypeEnum notifyType) async {
throw UnimplementedError('muteTeam() is not implemented');
}
群消息免打扰 设置指定群消息通知类型
Future<NIMResult<void>> muteTeam(
String teamId, NIMTeamMessageNotifyTypeEnum notifyType) async {
throw UnimplementedError('muteTeam() is not implemented');
}