isSpeakerphoneOn abstract method
Returns whether the speakerphone is currently enabled.
On desktop runtime, this reflects whether audio playback output is enabled. It does not mean a mobile-style earpiece/speaker route switch.
Implementation
Future<bool> isSpeakerphoneOn();