CleanupCallback typedef
CleanupCallback =
Future<void> Function()
Callback type for cleanup functions registered at shutdown.
Implementation
typedef CleanupCallback = Future<void> Function();
Callback type for cleanup functions registered at shutdown.
typedef CleanupCallback = Future<void> Function();