AsyncValidator<T> typedef

AsyncValidator<T> = FutureOr<ValidatorResult?> Function(T value)

Implementation

typedef AsyncValidator<T> = FutureOr<ValidatorResult?> Function(T value);