Imports annotations from the XFDF file at the given path.
static Future<bool?> importXfdf(String xfdfPath) async => PspdfkitFlutterPlatform.instance.importXfdf(xfdfPath);