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