didChangePlatformBrightness method
override
Called when the platform brightness changes.
This method exposes notifications from dart:ui.PlatformDispatcher.onPlatformBrightnessChanged.
Implementation
@override
void didChangePlatformBrightness() {
super.didChangePlatformBrightness();
if (_themeManager.appearanceConfig == "system") {
_themeManager.setAppearanceConfig(context);
}
}