fileWithSubtype property

Future<File?> 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);