toggleMute method

Future<bool> toggleMute()

Implementation

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