menu
artisanal package
documentation
tui.dart
TextAreaModel
clearHistory method
clearHistory method
dark_mode
light_mode
clearHistory
method
void
clearHistory
(
)
Clears all undo and redo history.
Implementation
void clearHistory() { _history.clear(); }
artisanal package
documentation
tui
TextAreaModel
clearHistory method
TextAreaModel class