cancelable property

CancelableOperation<T> cancelable

Returns a CancelableOperation based on this Future.

Implementation

CancelableOperation<T> get cancelable =>
    _futureManager.toCancelableOperation(this);