redo method

void redo()

Re-perform these changes after an #undo. This is normally called only by the UndoManager. #canRedo must be true for this method to have any effect.

Implementation

void redo() {
  _i4.callMethod(
    this,
    'redo',
    [],
  );
}