cancel method

void cancel()

Implementation

void cancel() {
  _onDropSubscription.cancel();
  _onDragOverSubscription.cancel();
}