clear method

void clear()

Removes all events.

Implementation

void clear() {
  _events.clear();
  notifyListeners();
}