phone static method

String? phone(
  1. String? value,
  2. BuildContext context
)

Implementation

static String? phone(String? value, BuildContext context) {
 return validatePhone(value, context);
}