undo method

  1. @override
Future<void> undo()
override

Implementation

@override
Future<void> undo() async {
  debugPrintToConsole(
    message: "Undoing get branch history command on $branchName",
  );
}