IterableAsyncExtension<T> extension

on

Methods

forEachAsync<R>(FutureOr<R> processor(T e)) FutureOr<List<R>>
Perform a forEach allow FutureOr returns, then maps all the results in a single List.