clearHistory method
Clear all history.
Implementation
void clearHistory() {
_registry.clearHistory();
_standaloneHistory.clear();
_standaloneEvents.clear();
}
Clear all history.
void clearHistory() {
_registry.clearHistory();
_standaloneHistory.clear();
_standaloneEvents.clear();
}