redoSelection function
Redo a change or selection change.
Implementation
bool redoSelection(CommandTarget target) => _cmd(_BranchName.undone, true)(target);
Redo a change or selection change.
bool redoSelection(CommandTarget target) => _cmd(_BranchName.undone, true)(target);