getVolume method

Future<double> getVolume ()
The method get the current system volume.

Implementation

static Future<double> getVolume() async {
  return await _methodChannel.invokeMethod('getVolume');
}