withGeolocationEnabled method

SeonGeolocationConfigBuilder withGeolocationEnabled(
  1. bool value
)

Implementation

SeonGeolocationConfigBuilder withGeolocationEnabled(bool value) {
  _geolocationEnabled = value;
  return this;
}