LiPdfViewerToolbarActionCallback typedef

LiPdfViewerToolbarActionCallback = FutureOr<void> Function(LiPdfViewerToolbarActionEvent event)

Implementation

typedef LiPdfViewerToolbarActionCallback = FutureOr<void> Function(
  LiPdfViewerToolbarActionEvent event,
);