volume property Null safety
Implementation
static Future<double> get volume async {
final double vol = await _channel.invokeMethod('getVolume');
return vol;
}
static Future<double> get volume async {
final double vol = await _channel.invokeMethod('getVolume');
return vol;
}