ShutdownCallback typedef
ShutdownCallback =
void Function()
Signature for callbacks invoked during WidgetsBinding.shutdown.
Implementation
typedef ShutdownCallback = void Function();
Signature for callbacks invoked during WidgetsBinding.shutdown.
typedef ShutdownCallback = void Function();