BarcodeBatchBasicOverlay.withBarcodeBatchForView constructor
- @Deprecated('Use BarcodeBatchBasicOverlay({BarcodeBatchBasicOverlayStyle? style}) instead')
BarcodeBatchBasicOverlay.withBarcodeBatchForView(
- BarcodeBatch barcodeBatch,
- DataCaptureView? view
)
Implementation
@Deprecated('Use BarcodeBatchBasicOverlay({BarcodeBatchBasicOverlayStyle? style}) instead')
factory BarcodeBatchBasicOverlay.withBarcodeBatchForView(BarcodeBatch barcodeBatch, DataCaptureView? view) {
return BarcodeBatchBasicOverlay.withBarcodeBatchForViewWithStyle(
barcodeBatch, view, BarcodeBatchDefaults.barcodeBatchBasicOverlayDefaults.defaultStyle);
}