thumbnailBytes property

Future<Uint8List?> thumbnailBytes

Returns the thumbnail bytes inside the image file, regardless of the compression type of the thumbnail ima

Implementation

Future<Uint8List?> get thumbnailBytes =>
    channel.invokeMethod<Uint8List>("getThumbnailBytes");