PdfViewerDocumentChangedCallback typedef

PdfViewerDocumentChangedCallback = void Function(PdfDocument? document)

Function to notify that the document is loaded/changed.

Implementation

typedef PdfViewerDocumentChangedCallback = void Function(PdfDocument? document);