muteVolume method

void muteVolume ()
The method mute the system volume.

Implementation

static void muteVolume() {
  _methodChannel.invokeMethod('setVolume', {"volume": 0.0});
}