resetBrightness method
Resets the screen brightness to the system default.
Implementation
Future<void> resetBrightness() {
throw UnimplementedError('resetBrightness() has not been implemented.');
}
Resets the screen brightness to the system default.
Future<void> resetBrightness() {
throw UnimplementedError('resetBrightness() has not been implemented.');
}