refreshFromCurrentLocation method

void refreshFromCurrentLocation()

Requests a one-shot location fix and refreshes the nearby geofence set from it, without emitting a location analytics event or caching the fix. Call after the host app has been granted location permission; the SDK never requests permission itself.

Implementation

void refreshFromCurrentLocation() {
  throw UnimplementedError(
      'refreshFromCurrentLocation() has not been implemented.');
}