forceNewAction method
Forces creation of a new action (not grouped)
Implementation
void forceNewAction({String description = 'New action'}) {
_undoRedoManager.forceNewAction(this, description: description);
}
Forces creation of a new action (not grouped)
void forceNewAction({String description = 'New action'}) {
_undoRedoManager.forceNewAction(this, description: description);
}