openPDF abstract method

Future<PdfAnnotationResult> openPDF({
  1. required String filePath,
  2. String? savePath,
  3. PDFAnnotationConfig? config,
})

Opens filePath in the native annotation editor.

See FlutterPdfAnnotations.openPDF for full documentation.

Implementation

Future<PdfAnnotationResult> openPDF({
  required String filePath,
  String? savePath,
  PDFAnnotationConfig? config,
});