undo method

void undo()

Undoes the last action on the GeometryEditor.geometry.

Implementation

void undo() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_GeometryEditor_undo(
      _handle,
      errorHandler,
    );
  });
}