PKDCertificateRequest typedef
Provided to a user for passing PKDCertificates to the native part of DocumentReader.
Implementation
typedef PKDCertificateRequest = Future<void> Function(
List<PKDCertificate>? certificates,
);
Provided to a user for passing PKDCertificates to the native part of DocumentReader.
typedef PKDCertificateRequest = Future<void> Function(
List<PKDCertificate>? certificates,
);