didChangePlatformBrightness method
Called when the platform brightness changes.
Implementation
@override
void didChangePlatformBrightness() {
super.didChangePlatformBrightness();
if (_followSystemTheme) {
_applySystemTheme(notify: true, persist: true);
}
}