startBatchBarcodeScanner static method
- @Deprecated('Deprecated approach. Use startBarcodeScanner from scanbot_barcode_sdk_ui_v2.')
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(
'Deprecated approach. Use startBarcodeScanner from scanbot_barcode_sdk_ui_v2.')
/// 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).
static Future<BarcodeScanningResult> startBatchBarcodeScanner(
BatchBarcodeScannerConfiguration config) async {
return SharedCalls.startBatchBarcodeScanner(channel, config);
}