setCountry method

AppticsUserPropertyBuilder setCountry(
  1. String country
)

Implementation

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