forceSpeakerOutput property

  1. @Deprecated('Use AudioManager.instance.isSpeakerOutputForced instead')
bool get forceSpeakerOutput

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;