Sets the device volume.
@override void setDeviceVolume(double value) { _channel.invokeMethod('setDeviceVolume', value); }