clear method
void
clear()
override
Clears the history state.
Implementation
void clear() {
_undoStack.clear();
_redoStack.clear();
LevitReactiveMiddleware.runWithoutMiddleware(() => _version.value++);
}
Clears the history state.
void clear() {
_undoStack.clear();
_redoStack.clear();
LevitReactiveMiddleware.runWithoutMiddleware(() => _version.value++);
}