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