withPrefetchEnabled method

SeonGeolocationConfigBuilder withPrefetchEnabled(
  1. bool value
)

Implementation

SeonGeolocationConfigBuilder withPrefetchEnabled(bool value) {
  _prefetchEnabled = value;
  return this;
}