undo method

void undo()

undo last drawing.

Implementation

void undo() {
  painterController.undo();
}