speakerOff static method

Future<void> speakerOff()

Turn off the speaker.

Implementation

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