withLocationServiceTimeoutMs method
Implementation
SeonGeolocationConfigBuilder withLocationServiceTimeoutMs(int value) {
_locationServiceTimeoutMs = value;
return this;
}
SeonGeolocationConfigBuilder withLocationServiceTimeoutMs(int value) {
_locationServiceTimeoutMs = value;
return this;
}