PlatformConfigurationChangedCallback typedef Null safety
- PlatformConfiguration configuration
Signature for PlatformDispatcher.onConfigurationChanged
.
Implementation
typedef PlatformConfigurationChangedCallback = void Function(PlatformConfiguration configuration);