speakerOn static method
Turn on the speaker.
Implementation
static Future<void> speakerOn() {
tools.log("ChatCallKitManager:speakerOn called");
return _impl.speakerOn();
}
Turn on the speaker.
static Future<void> speakerOn() {
tools.log("ChatCallKitManager:speakerOn called");
return _impl.speakerOn();
}