showPhoneCodes method

CountryPickerBuilder showPhoneCodes(
  1. bool show
)

Set whether to show phone codes

Implementation

CountryPickerBuilder showPhoneCodes(bool show) {
  _showPhoneCodes = show;
  return this;
}