maxVolume method

void maxVolume ()
The method can set the system volume to max.

Implementation

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