Register a handler for a specific hook event.
Hook register(HookEvent event, Function handler) { _handlers.putIfAbsent(event, () => <Function>{}).add(handler); return this; }