speakerOn static method

Future<void> speakerOn()

Turn on the speaker.

Implementation

static Future<void> speakerOn() {
  tools.log("ChatCallKitManager:speakerOn called");
  return _impl.speakerOn();
}