originFileWithSubtype property

Future<File?> originFileWithSubtype

Obtain the origin file with subtype.

This method only takes effect on iOS, typically for Live Photos.

See also:

Implementation

Future<File?> get originFileWithSubtype {
  return _getFile(isOrigin: true, subtype: subtype);
}