startScanner method

Opens the Ready-To-Use UI screen for scanning barcodes with the desired configuration.

configuration - The Barcode scanner configuration to be used for scanning.

Returns a Future that completes with the result of the Barcode scanning operation.

Implementation

Future<Result<BarcodeScannerUiResult>> startScanner(
    BarcodeScannerScreenConfiguration configuration) {
  return ScanbotBarcodeImpl.startScanner(configuration);
}