undo method

void undo()

Undoes the last action in the drawing pad, if possible.

Implementation

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