getVol static method

Future<double?> getVol()

get ths current system volume. the range of returned value is 0.0, 1.0.

Implementation

static Future<double?> getVol() {
  return FijkPlugin._channel.invokeMethod("systemVolume");
}