importXfdf abstract method

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

Imports annotations from the XFDF file at the given path.

Implementation

Future<bool?> importXfdf(String xfdfPath);