relativePathAsync property
Get the relative path of the album asynchronously.
- Android: The relative path where the album's assets are stored.
For Android 10 (API 29) and above, this is derived from
MediaStore.MediaColumns.RELATIVE_PATH. For Android 9 and below, this is the parent directory path. - iOS/macOS: Always null. iOS uses logical albums (PHAssetCollection) which don't have physical file system paths.
Implementation
Future<String?> get relativePathAsync => plugin.getPathRelativePath(this);