Commit c6d51e8
committed
Remove non-existent UndoableCommand methods from documentation
Removed fictional methods that don't exist in actual API:
- redo() - does not exist
- canUndo - does not exist
- canRedo - does not exist
- clearStack() - does not exist
Only undo() method exists in UndoableCommand class.
Verified against: undoable_command.dart (complete file read, only undo() at line 86)1 parent 45e8282 commit c6d51e8
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 182 | + | |
189 | 183 | | |
190 | 184 | | |
191 | 185 | | |
| |||
0 commit comments