doDeactivate method

void doDeactivate()

Finishing the linking operation stops the transaction, releases the mouse, and resets the cursor.

This method may be overridden, but we recommend that you call this base method.

Implementation

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