speakerOn static method

Future<void> speakerOn()

Turn on the speaker.

Implementation

static Future<void> speakerOn() {
  return _impl.speakerOn();
}