Manually Save Annotations in Flutter
PSPDFKit will automatically save changed, created, or deleted annotations and bookmarks on several occasions. Additionally, saving can always be triggered manually by calling save()
, like this:
await Pspdfkit.save();