String? validateEmail(String? value) { return Validators.callFunction(ValidatorType.email, value?.trim()); }