volume property

Future<double> volume

Implementation

static Future<double> get volume async => (await _channel.invokeMethod('volume')) as double;