removeHook method

void removeHook(
  1. Hook hook
)

Implementation

void removeHook(Hook hook) {
  _hooks.remove(hook);
}