withLocationServiceTimeoutMs method

SeonGeolocationConfigBuilder withLocationServiceTimeoutMs(
  1. int value
)

Implementation

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