turnOn method

Future<bool?> turnOn()
override

Implementation

Future<bool?> turnOn() {
  return methodChannel.invokeMethod<bool>('turnOn');
}