in my flutter code, I am launching Google Maps app with a predefined location, on a button click. Below is the code
_launchMaps(double lat, double lon) async {