setCity method

Implementation

AppticsUserPropertyBuilder setCity(String city) {
  _properties[CITY_PROP] = city;
  return this;
}