fileWithSubtype property

Future<File?> get fileWithSubtype

Obtain the compressed file of the asset with subtype.

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

See also:

Implementation

Future<File?> get fileWithSubtype => getFile(subtype: subtype);