startBatchBarcodeScanner static method
- @Deprecated('Deprecated approach. Use scanbot_barcode_sdk_v2 instead of scanbot_barcode_sdk')
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 scanbot_barcode_sdk_v2 instead of scanbot_barcode_sdk')
/// 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);
}