returnImage property

bool returnImage
final

Whether the BarcodeCapture.image bytes should be provided.

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;