redo method

void redo()

Redoes the last action undone on the GeometryEditor.geometry.

Implementation

void redo() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_GeometryEditor_redo(
      _handle,
      errorHandler,
    );
  });
}