didChangePlatformBrightness method

  1. @override
void didChangePlatformBrightness()
override

Called when the platform brightness changes.

This method exposes notifications from dart:ui.PlatformDispatcher.onPlatformBrightnessChanged.

See also:

Implementation

@override
void didChangePlatformBrightness() {}