withMaxLocationCacheAgeSec method
Implementation
SeonGeolocationConfigBuilder withMaxLocationCacheAgeSec(int value) {
_maxLocationCacheAgeSec = value;
return this;
}
SeonGeolocationConfigBuilder withMaxLocationCacheAgeSec(int value) {
_maxLocationCacheAgeSec = value;
return this;
}