Flutter Populating List<String> using for loop
I want to get all the document IDs in my firebase and store it in List but I'm only getting one of the documents. Here is my execution PrtSc my code Future saveUserCart(User currentUser) async { List<String> IDs = [];…