Check if location services are enabled
Future<bool> isLocationServiceEnabled() async { return await Geolocator.isLocationServiceEnabled(); }