clearQueue method
void
clearQueue()
inherited
Removes all history items from the queue.
Implementation
void clearQueue() {
_undoHistory = [];
_undoIndex = 0;
temporaryValue = value;
}
Removes all history items from the queue.
void clearQueue() {
_undoHistory = [];
_undoIndex = 0;
temporaryValue = value;
}