cancelable property
Returns a CancelableOperation based on this Future.
Implementation
CancelableOperation<T> get cancelable =>
_futureManager.toCancelableOperation(this);
Returns a CancelableOperation based on this Future.
CancelableOperation<T> get cancelable =>
_futureManager.toCancelableOperation(this);