changeCountry method
Implementation
changeCountry(IsoCode isoCode) {
_value = PhoneNumber.parse(
_value.nsn,
destinationCountry: isoCode,
);
_changeFormattedNationalNumber(_value.formatNsn());
notifyListeners();
}
changeCountry(IsoCode isoCode) {
_value = PhoneNumber.parse(
_value.nsn,
destinationCountry: isoCode,
);
_changeFormattedNationalNumber(_value.formatNsn());
notifyListeners();
}