addHook method

void addHook(
  1. LifecycleHook hook
)

Implementation

void addHook(LifecycleHook hook) {
  _hooks.add(hook);
}