menu
luke_flow_diagram package
documentation
undo/undo_stack.dart
ChangeStack
clearHistory method
clearHistory method
dark_mode
light_mode
clearHistory
method
void
clearHistory
(
)
Clear Undo History
Implementation
void clearHistory() { _history.clear(); _redos.clear(); }
luke_flow_diagram package
documentation
undo/undo_stack
ChangeStack
clearHistory method
ChangeStack class