Returns a Future indicating if the user allows the App to access the device's location.
@override Future<LocationPermission> checkPermission() { return Geolocator.checkPermission(); }