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