on method

Future<void> on()

Implementation

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