isInsideGeofence property

Future<Result<bool, LocationError>> get isInsideGeofence

Implementation

Future<Result<bool, LocationError>> get isInsideGeofence async {
  return await _isInsideGeofence();
}