AudioOutputOptions constructor

AudioOutputOptions({
  1. String deviceId = '',
})

Implementation

AudioOutputOptions({
  this.deviceId = '',
});