previousBrightness method

Future<String?> previousBrightness()

Implementation

Future<String?> previousBrightness() {
  throw UnimplementedError('previousBrightness() has not been implemented.');
}