PdfAnnotationResult.success constructor

PdfAnnotationResult.success(
  1. String path
)

Creates a successful result with the path of the saved PDF.

Implementation

factory PdfAnnotationResult.success(String path) =>
    PdfAnnotationResult._(savedPath: path);