redo method

dynamic redo()

Redo last editor command/action

Implementation

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