clear method

void clear()

Clears all registered listeners.

Implementation

void clear() {
  _listeners.clear();
  _hashCache.clear();
}