beforeStepGlobalHooks property

List<HookFunc> beforeStepGlobalHooks
getter/setter pair

these are not named, but are global and always run

Implementation

List<HookFunc> beforeStepGlobalHooks = [];