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