didChangePlatformBrightness method

  1. @override
void didChangePlatformBrightness()
override

Called when the platform brightness changes.

Implementation

@override
void didChangePlatformBrightness() {
  super.didChangePlatformBrightness();
  if (_followSystemTheme) {
    _applySystemTheme(notify: true, persist: true);
  }
}