volume property

Future<double> get volume

获得设备当前音量,此属性为 getVolume 的简单写法 Get the current volume of the device,This property is a simple way to write getvolume

Implementation

static Future<double> get volume => getVolume();