toggleMute static method

Future<bool> toggleMute()

Implementation

static Future<bool> toggleMute() async {
  return await _channel.invokeMethod('toggleMute');
}