BarcodeCapture constructor
const
BarcodeCapture({})
Implementation
const BarcodeCapture(
{Key? key,
required this.licenseKey,
this.isBeepSound,
this.isContinueScan,
this.isVibrate,
this.scanType,
this.isAutoExposure,
this.flashLight,
this.isAutoZoom,
/*required this.scanResultSuccess,*/ required this.barcodeScanResultBackHandler})
: assert(licenseKey != null),
super(key: key);