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