originFile property

Future<File?> originFile

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:

Implementation

Future<File?> get originFile => _getFile(isOrigin: true);