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:
filewhich can obtain the compressed file.fileWithSubtypewhich can obtain the compressed file with subtype.originFileWithSubtypewhich can obtain the origin file with subtype.loadFilewhich can obtain file withPMProgressHandler.
Implementation
Future<File?> get originFile => _getFile(isOrigin: true);