shutdownHooks property

List<AngelConfigurer> shutdownHooks
final

Plug-ins to be called right before server shutdown.

If the server is never closed, they will never be called.

Implementation

final List<AngelConfigurer> shutdownHooks = [];