isSpeakerOutputForced property
Whether speaker output is forced even when a headset/Bluetooth device is connected.
Implementation
bool get isSpeakerOutputForced => _forceSpeakerOutput && _preferSpeakerOutput;
Whether speaker output is forced even when a headset/Bluetooth device is connected.
bool get isSpeakerOutputForced => _forceSpeakerOutput && _preferSpeakerOutput;