SwitchAudioOutputOptions constructor

SwitchAudioOutputOptions({
  1. required bool speakerOn,
  2. bool preferBluetooth = true,
})

Implementation

SwitchAudioOutputOptions({
  required this.speakerOn,
  this.preferBluetooth = true,
});