requestFieldValidation method
Requests validation for a specific field. The result of the validation will be pushed to the field's ValueNotifier.
Implementation
void requestFieldValidation(String fieldName, dynamic fieldValue) {}
Requests validation for a specific field. The result of the validation will be pushed to the field's ValueNotifier.
void requestFieldValidation(String fieldName, dynamic fieldValue) {}