turnScreenOn method

Future<bool> turnScreenOn()

A method to turn the screen's brightness of the device to the user's defaults.

Returns true if the device's screen is bright.

Implementation

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