startBarcodeScanner static method
- @Deprecated('Deprecated approach. Use startBarcodeScanner from scanbot_barcode_sdk_ui_v2.')
- BarcodeScannerConfiguration config
Starts the Ready-to-Use 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 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> startBarcodeScanner(
BarcodeScannerConfiguration config) async {
return SharedCalls.startBarcodeScannerInternal(channel, config);
}