muteVolume method
The method mute the system volume.
Implementation
static void muteVolume() {
_methodChannel.invokeMethod('setVolume', {"volume": 0.0});
}
static void muteVolume() {
_methodChannel.invokeMethod('setVolume', {"volume": 0.0});
}