clear method

void clear()

Clear all hooks.

Implementation

void clear() {
  _hooks.clear();
  _executedOnceIds.clear();
}