forceSpeakerOutput property
- @Deprecated('Use AudioManager.instance.isSpeakerOutputForced instead')
if true, will force speaker output even if headphones or bluetooth is connected
Implementation
@Deprecated('Use AudioManager.instance.isSpeakerOutputForced instead')
bool get forceSpeakerOutput => AudioManager.instance.isSpeakerOutputForced;