returnImage property

bool returnImage
final

Whether scanned barcodes should contain the image that is embedded into the barcode.

If this is false, BarcodeCapture.image will always be null.

Defaults to false, and is only supported on iOS, MacOS and Android.

Implementation

final bool returnImage;