ServerHook typedef
ServerHook =
FutureOr<void> Function(ServerLifecycleContext context)
Runs during runtime startup and shutdown.
Implementation
typedef ServerHook = FutureOr<void> Function(ServerLifecycleContext context);