setCountry method

void setCountry(
  1. String country
)

Sets the country default user attribute.

Implementation

void setCountry(String country) {
  _callStringMethod('setCountry', 'country', country);
}