clearHistory method
void
clearHistory()
Clear Undo History
Implementation
void clearHistory() {
_history.clear();
_redos.clear();
}
Clear Undo History
void clearHistory() {
_history.clear();
_redos.clear();
}