turnOff method

Future<void> turnOff()

Implementation

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