AudioContextIOS constructor
const
AudioContextIOS({
- AVAudioSessionCategory category = AVAudioSessionCategory.playback,
- List<
AVAudioSessionOptions> options = const [AVAudioSessionOptions.mixWithOthers, AVAudioSessionOptions.defaultToSpeaker],
Implementation
const AudioContextIOS({
this.category = AVAudioSessionCategory.playback,
this.options = const [
AVAudioSessionOptions.mixWithOthers,
AVAudioSessionOptions.defaultToSpeaker
],
});