startScanner method

Opens the Ready-To-Use UI VIN scanner with the desired configuration.

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

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

Implementation

Future<Result<VinScannerUiResult>> startScanner(
    VinScannerScreenConfiguration configuration) {
  return ScanbotVinImpl.startScanner(configuration);
}