turnOn method

Future<bool?> turnOn()

Implementation

Future<bool?> turnOn() {
  throw UnimplementedError('turnOn() has not been implemented.');
}