startupHooks property

List<AngelConfigurer> startupHooks
final

Plug-ins to be called right before server startup.

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

Implementation

final List<AngelConfigurer> startupHooks = [];