formatter static method
PhoneInputFormatter
formatter()
Implementation
static PhoneInputFormatter formatter() {
modifyFormatter();
return PhoneInputFormatter(
onCountrySelected: (PhoneCountryData? phoneCountryData) {
print("[REMEDI] onCountrySelected:$phoneCountryData");
},
allowEndlessPhone: false,
);
}