undo method
Restores the most recent previous edit state.
Implementation
bool undo() {
return _history.undo(
captureState: _captureEditState,
restoreState: _restoreEditState,
);
}
Restores the most recent previous edit state.
bool undo() {
return _history.undo(
captureState: _captureEditState,
restoreState: _restoreEditState,
);
}