emailIsValid method

bool emailIsValid(
  1. String theEA
)

Implementation

bool emailIsValid(String theEA) => EmailValidator.validate(theEA);