resetBrightness method

Future<void> resetBrightness()

Resets the screen brightness to the system default.

Implementation

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