clearHistory method
void
clearHistory()
Clears all undo and redo history.
Implementation
void clearHistory() {
_model.clearHistory();
}
Clears all undo and redo history.
void clearHistory() {
_model.clearHistory();
}