To enable the location service GPS Service
Future<bool> requestEnableLocationService() async { return await Location().requestService(); }