clearHistory method

void clearHistory()

Clear action history

Implementation

void clearHistory() {
  _actionHistory.clear();
}