clearHistory method

void clearHistory()

Clear all history.

Implementation

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