Cancellable<T> constructor

Cancellable<T>(
  1. Future<T> call,
  2. CancelToken token
)

Implementation

Cancellable(this.call, this.token);