functions/future_map library

Functions

futureMap<T, R>(Future<R> mappingFunction(T value), List<T> next) → dynamic