PlatformConfigurationChangedCallback typedef Null safety

PlatformConfigurationChangedCallback = void Function(PlatformConfiguration configuration)

Signature for PlatformDispatcher.onConfigurationChanged.

Implementation

typedef PlatformConfigurationChangedCallback = void Function(PlatformConfiguration configuration);