PdfDocumentLoadedCallback typedef

PdfDocumentLoadedCallback = void Function(PdfDocumentLoadedDetails details)

Signature for SfPdfViewer.onDocumentLoaded callback.

Implementation

typedef PdfDocumentLoadedCallback = void Function(
    PdfDocumentLoadedDetails details);