barcodeImageGenerationType property

BarcodeImageGenerationType barcodeImageGenerationType
getter/setter pair

Param that handle whether we need to save image from camera preview or make a snapshot while snapping barcode image uri will be returned in BarcodeScanningResult.barcodeImageURI` property

Implementation

BarcodeImageGenerationType barcodeImageGenerationType =
    BarcodeImageGenerationType.NONE;