turnOff method

Future<bool?> turnOff()
override

Implementation

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