asDisposable method

Implementation

AsyncValueDisposable<StreamController<T>> asDisposable() {
  return AsyncValueDisposable(this, this.close);
}