clearHistory method

  1. @override
void clearHistory()
override

Clear the history

Implementation

@override
void clearHistory() {
  _history.clear();
}