turnScreenOff method

Future<bool> turnScreenOff()

A method to turn the screen's brightness of the device to lowest setting possible.

Returns false if the device's screen is dimmed.

Implementation

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