doCancel method

void doCancel()

Restore the link route to be the original points and stop this tool.

Implementation

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