BarcodePlugin constructor

BarcodePlugin({
  1. AimType aimType = AimType.trigger,
  2. int timeoutBetweenScans = 0,
  3. List<BarcodeLabelType>? disabledBarcodes,
  4. List<BarcodeLabelType>? enabledBarcodes,
})

Implementation

BarcodePlugin({this.aimType = AimType.trigger, this.timeoutBetweenScans = 0, this.disabledBarcodes, this.enabledBarcodes});