var isGpsEnabled = await Geolocator(). isLocationServiceEnabled(); I use this method to check and enable the Gps if disabled.
var isGpsEnabled = await Geolocator(). isLocationServiceEnabled(); I use this method to check and enable the Gps if disabled.