setSystemBrightness method

Future<void> setSystemBrightness(
  1. double brightness
)

Sets the global system brightness.

Implementation

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