preferSpeakerOutput property

  1. @Deprecated('Use AudioManager.instance.isSpeakerOutputPreferred instead')
bool get preferSpeakerOutput

Implementation

@Deprecated('Use AudioManager.instance.isSpeakerOutputPreferred instead')
bool get preferSpeakerOutput => AudioManager.instance.isSpeakerOutputPreferred;