PhoneNumberInputValidator typedef
PhoneNumberInputValidator =
String? Function(PhoneNumber? phoneNumber)
Implementation
typedef PhoneNumberInputValidator = String? Function(PhoneNumber? phoneNumber);
typedef PhoneNumberInputValidator = String? Function(PhoneNumber? phoneNumber);