showPhoneCodes method
Set whether to show phone codes
Implementation
CountryPickerBuilder showPhoneCodes(bool show) {
_showPhoneCodes = show;
return this;
}
Set whether to show phone codes
CountryPickerBuilder showPhoneCodes(bool show) {
_showPhoneCodes = show;
return this;
}