internationalPhoneFormat method

String internationalPhoneFormat(
  1. dynamic value
)

Implementation

String internationalPhoneFormat(value) {
  return DataModel.getFormatter(value, gPhone);
}