setDeviceVolume method

  1. @override
void setDeviceVolume(
  1. double value
)
override

Sets the device volume.

Implementation

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