selectedCountry method
Set the selected country
Implementation
CountryPickerBuilder selectedCountry(Country? country) {
_selectedCountry = country;
return this;
}
Set the selected country
CountryPickerBuilder selectedCountry(Country? country) {
_selectedCountry = country;
return this;
}