applyCountry method
- IsoCode? iso
Sets the provided iso for these fields.
Implementation
void applyCountry(IsoCode? iso) {
paypal.country.value = iso ?? paypal.country.value;
}
Sets the provided iso for these fields.
void applyCountry(IsoCode? iso) {
paypal.country.value = iso ?? paypal.country.value;
}