toStream method

Stream<T> toStream()

Implementation

Stream<T> toStream() => Stream.fromFuture(this);