setGeoLocation method

AppticsUserPropertyBuilder setGeoLocation(
  1. String geoLocation
)

Implementation

AppticsUserPropertyBuilder setGeoLocation(String geoLocation) {
  _properties[GEO_LOCATION_PROP] = geoLocation;
  return this;
}