image property
The input image of the barcode capture.
This is the image that was used to detect the available barcodes, not the image from a specific barcode.
This is always null if MobileScannerController.returnImage is false.
Implementation
final Uint8List? image;