String? validateMobile(String? value) { return Validators.callFunction(ValidatorType.mobile, value?.trim()); }