Observer typedef
Observer =
void Function(ValidatedDocuments?, Exception?)
Implementation
typedef Observer = void Function(ValidatedDocuments?, Exception?);
typedef Observer = void Function(ValidatedDocuments?, Exception?);