exportXfdf abstract method

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

Exports annotations to the XFDF file at the given path.

Implementation

Future<bool?> exportXfdf(String xfdfPath);