thumbnailRange property

Future<Int64List?> thumbnailRange

Returns the offset and length of thumbnail inside the image file, or null if either there is no thumbnail or the thumbnail bytes are stored non-consecutively.

Implementation

Future<Int64List?> get thumbnailRange =>
    channel.invokeMethod<Int64List>("getThumbnailRange");