AsynchronousForEach extension

on

Methods

asyncForEach(Future<void> callback(dynamic element)) Future<void>
Asynchronous forEach function on which you can use the await keyword on