checkForValidation method

bool checkForValidation()

Implementation

bool checkForValidation() {
  emailErrorText.value = Validator().validateEmail(emailController.text);
  return emailErrorText.value == null;
}