stream_combine library
Extensions
-
FutureOrThen
on FutureOr<
T>
Functions
-
streamCombine<
T> (List values) → Stream< T> -
Combine the
values
into an single Stream<T>.values
is a list of FutureOr<T> | Stream<T>.
values
into an single Stream<T>.
values
is a list of FutureOr<T> | Stream<T>.