undo function
Undo a single group of history events.
Returns false if no group was available.
Implementation
bool undo(CommandTarget target) => _cmd(_BranchName.done, false)(target);
Undo a single group of history events.
Returns false if no group was available.
bool undo(CommandTarget target) => _cmd(_BranchName.done, false)(target);