undo method

void undo()

Undo the last action.

Implementation

void undo() => sendEvent(const EditorUndo());