Observer typedef

Observer = void Function(ValidatedDocuments?, Exception?)

Implementation

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