Future<bool> gpsStatus() async { bool isLocationEnabled = await Geolocator.isLocationServiceEnabled(); return isLocationEnabled; }