undo method

void undo()

Undoes the last execution of this command.By calling the undo function that was passed when creating the command

Implementation

void undo() => _undo();