To check if the GPS is enabled
Future<bool> isLocationServiceEnabled() async { return await Location().serviceEnabled(); }