BarcodePlugin constructor
BarcodePlugin({
- AimType aimType = AimType.trigger,
- int timeoutBetweenScans = 0,
- List<
BarcodeLabelType> ? disabledBarcodes, - List<
BarcodeLabelType> ? enabledBarcodes,
Implementation
BarcodePlugin({this.aimType = AimType.trigger, this.timeoutBetweenScans = 0, this.disabledBarcodes, this.enabledBarcodes});