undo method

void undo()

Implementation

void undo() {
  game.undo();
  _notifyListeners();
}