processAnnotations static method

Future<bool?> processAnnotations(
  1. String type,
  2. String processingMode,
  3. String destinationPath
)

Processes annotations of the given type with the provided processing mode and stores the PDF at the given destination path.

Implementation

static Future<bool?> processAnnotations(
        String type, String processingMode, String destinationPath) async =>
    PspdfkitFlutterPlatform.instance
        .processAnnotations(type, processingMode, destinationPath);