ScanbotBarcodeScannerConfig constructor

const ScanbotBarcodeScannerConfig({
  1. List<String>? barcodeFormats,
  2. bool enableBatchScan = false,
  3. int? maxBatchCount,
})

Implementation

const ScanbotBarcodeScannerConfig({
  this.barcodeFormats,
  this.enableBatchScan = false,
  this.maxBatchCount,
});