undo method

dynamic undo()

Undo last editor command/action

Implementation

undo() async {
  await executeJavascript("undo();");
}