clearEvents method

void clearEvents()

Clear all events.

Implementation

void clearEvents() {
  _registry.clearHistory();
  _standaloneEvents.clear();
}