undo abstract method

void undo(
  1. State state
)

Restores state to the value before this command ran.

Implementation

void undo(State state);