AsyncValidatorFactory<T> typedef

AsyncValidatorFactory<T> = AsyncValidator<T> Function(ValidatorCreationOptions options)

Signature for factory of AsyncValidator.

Implementation

typedef AsyncValidatorFactory<T> = AsyncValidator<T> Function(
  ValidatorCreationOptions options,
);