originFile property
Obtain the original file that contain all EXIF information.
Be aware the original file is not always suit for all kinds of usages. Typically when you're using an Image to display a HEIC image on Android 10, it'll failed to display the image.
See also:
- file which can obtain the compressed file.
- fileWithSubtype which can obtain the compressed file with subtype.
- originFileWithSubtype which can obtain the origin file with subtype.
- loadFile which can obtain file with PMProgressHandler.
Implementation
Future<File?> get originFile => _getFile(isOrigin: true);