hardMute static method

Future<void> hardMute()

Implementation

static Future<void> hardMute() async {
  await _channel.invokeMethod('hardMute');
}