Flutter HTTP request asynchronous suspension to maps.googleapis.com
I am a beginner at learning flutter and dart. I am trying to get my location initially with $lat and $lng variables and display it via static google map using an HTTP request but upon clicking the TextButton widget, the…