formatPhoneNumber static method
Implementation
static Future<FormatPhoneResult?> formatPhoneNumber(
String phoneNumber, Country country) {
return libphone.getFormattedParseResult(phoneNumber, country);
}
static Future<FormatPhoneResult?> formatPhoneNumber(
String phoneNumber, Country country) {
return libphone.getFormattedParseResult(phoneNumber, country);
}