PdfAnnotationResult.success constructor
PdfAnnotationResult.success(
- String path
Creates a successful result with the path of the saved PDF.
Implementation
factory PdfAnnotationResult.success(String path) =>
PdfAnnotationResult._(savedPath: path);