turnOff method

Future<void> turnOff()

Used to turn off any showing glyph.

Implementation

Future<void> turnOff() {
  throw UnimplementedError('turnOff() has not been implemented.');
}