doDeactivate method

void doDeactivate()

Stop the current transaction, forget the #handle and #adornedObject, and release the mouse.

Implementation

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