maxVolume method
The method can set the system volume to max.
Implementation
static void maxVolume() {
_methodChannel.invokeMethod('setVolume', {"volume": 1.0});
}
static void maxVolume() {
_methodChannel.invokeMethod('setVolume', {"volume": 1.0});
}