withMaxLocationCacheAgeSec method

SeonGeolocationConfigBuilder withMaxLocationCacheAgeSec(
  1. int value
)

Implementation

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