IterableAsyncExtension<T> extension

on

Methods

forEachAsync<R>(FutureOr<R> processor(T e)) FutureOr<List<R>>

Available on Iterable<T>, provided by the IterableAsyncExtension extension

Perform a forEach allow FutureOr returns, then maps all the results in a single List.