clearHistory method

void clearHistory()

Clear Undo History

Implementation

void clearHistory() {
  _history.clear();
  _redos.clear();
}