clear method

void clear()

Implementation

void clear() {
  _handler = null;
  _pendingEvents.clear();
  _allHookEventsEnabled = false;
}