Not able to render data on form
问题 The following function fetches data from Firebase and I am using the data to pre-fill a form. However, the form is not pre-filled although I am successfully fetching data. I am assuming it has something to do with async and await logic but I am not sure what exactly the issue is. Will appreciate your inputs. Function Future<Address> fetchAddress() async { final url = 'https://m&m.firebaseio.com/address/$userId.json?auth=$authToken'; try { final response = await http.get(url); final