action method
Hooks action to be executed when executing hook
Implementation
Hook action(Function action) {
_action = action;
return this;
}
Hooks action to be executed when executing hook
Hook action(Function action) {
_action = action;
return this;
}