isThumbnailCompressed property

Future<bool?> isThumbnailCompressed

Returns true if thumbnail image is JPEG Compressed, or false if either thumbnail image does not exist or thumbnail image is uncompressed.

Implementation

Future<bool?> get isThumbnailCompressed =>
    channel.invokeMethod<bool>("isThumbnailCompressed");