1234List list = [1,2,3,4,5];await Future.forEach(list, (data) async { await Future.delayed(Duration(milliseconds: 3000));}); ← Previous post Next post → Tags flutter