Maintain persistent access to files across app restarts
BookmarkData
is a feature that creates a persistent, secure reference to a file. You can save this reference and use it later to reliably regain access to the file, even after your app has been closed and reopened. FileKit handles the complex platform-specific implementations for you.
content://
URIs from the system picker, FileKit requests persistent URI permissions and stores the URI string. This ensures long-term access.
PlatformFile
.