image property
Get the image of the overlay.
Returns
- Empty if image is not available.
Throws
- An exception if it fails
Implementation
Uint8List? get image {
return img.getRenderableImageBytes();
}
Get the image of the overlay.
Returns
Throws
Uint8List? get image {
return img.getRenderableImageBytes();
}