importXfdf static method

Future<bool?> importXfdf(
  1. String xfdfPath
)

Imports annotations from the XFDF file at the given path.

Implementation

static Future<bool?> importXfdf(String xfdfPath) async =>
    PspdfkitFlutterPlatform.instance.importXfdf(xfdfPath);