IterableFutureExtension<E> extension
Methods
-
all(
{void onProgress(int completed, int total, Map< int, dynamic> resultsSoFar)?, void onAnySuccess(dynamic value, int index)?, void onAnyError(Object error, StackTrace stackTrace, int index)?, int delayMillis = 0}) → Future<List< E> > -
Available on Iterable<
Future< , provided by the IterableFutureExtension extensionE> >