doDeactivate method

void doDeactivate()

Stop the dragging operation by stopping the transaction and cleaning up any temporary state.

Implementation

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