startBatchBarcodeScanner static method
- @Deprecated('Use ScanbotSdkUiV2.startBatchBarcodeScanner instead.')
Starts the Ready-to-Use Batch Barcode Scanner UI as full-screen modal UI dialog. The Barcode Scanner is able to recognize 1D- and 2D-barcodes (QR codes, etc).
Implementation
@Deprecated('Use ScanbotSdkUiV2.startBatchBarcodeScanner instead.')
static Future<BarcodeScanningResult> startBatchBarcodeScanner(
BatchBarcodeScannerConfiguration config) async {
return await SharedCalls.startBatchBarcodeScanner(_channel, config);
}