imageData property

Future<Uint8List?> imageData

Returns the value of the specified tag or null if there is no such tag in the image file.

Implementation

Future<Uint8List?> get imageData =>
    channel.invokeMethod<Uint8List>("getImageData");