AsyncValidationCompletionCallback typedef

AsyncValidationCompletionCallback = void Function(String? result, AsyncError? error)

Callback of completion of AsyncValidator.

Implementation

typedef AsyncValidationCompletionCallback = void Function(
  String? result,
  AsyncError? error,
);