isOnSpeaker abstract method

Future<bool?> isOnSpeaker()

Switches Audio Device Query's speaker output status, true if on loud speaker.

Implementation

/*Future<String?> switchAudio();*/

/// Query's speaker output status, true if on loud speaker.
Future<bool?> isOnSpeaker();