hasThumbnail property

Future<bool?> hasThumbnail

Returns true if the image file has a thumbnail.

Implementation

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