PhoneNumberInputFormatter constructor
PhoneNumberInputFormatter({})
Implementation
PhoneNumberInputFormatter({
this.mustStartWithPlus = false,
this.maxLength = 15,
this.minLength = 1,
this.messagePlus,
this.messageValidity,
this.messageLength,
this.showToast,
});