muteAllTeamMember method

Future<NIMResult<void>> muteAllTeamMember(
  1. String teamId,
  2. bool mute
)

Implementation

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