validate abstract method

ValidationResult validate(
  1. String phoneNumber,
  2. Country country
)

Implementation

ValidationResult validate(String phoneNumber, Country country);