asDisposable method

Implementation

AsyncValueDisposable<StreamSubscription<T>> asDisposable() {
  return AsyncValueDisposable(this, this.cancel);
}