forceSpeakerOutput property
if true, will force speaker output even if headphones or bluetooth is connected only supported on iOS for now
Implementation
bool get forceSpeakerOutput => _forceSpeakerOutput && _preferSpeakerOutput;
if true, will force speaker output even if headphones or bluetooth is connected only supported on iOS for now
bool get forceSpeakerOutput => _forceSpeakerOutput && _preferSpeakerOutput;