openPDF abstract method
Future<PdfAnnotationResult>
openPDF({
- required String filePath,
- String? savePath,
- 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,
});