setCountry method
Implementation
AppticsUserPropertyBuilder setCountry(String country) {
  _properties[COUNTRY_PROP] = country;
  return this;
}AppticsUserPropertyBuilder setCountry(String country) {
  _properties[COUNTRY_PROP] = country;
  return this;
}