mapToAsync method
Converts every Resolvable in the iterable to an Async.
Implementation
Iterable<Async<T>> mapToAsync() => map((e) => e.toAsync());
Converts every Resolvable in the iterable to an Async.
Iterable<Async<T>> mapToAsync() => map((e) => e.toAsync());