brightness method

Brightness brightness()

Returns the given 'mode' (light or dark) for the device that Aureus is running on.

Implementation

Brightness brightness() {
  return PlatformDispatcher.instance.platformBrightness;
}