startScanner method

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

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

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

Implementation

Future<Result<MrzScannerUiResult>> startScanner(
    MrzScannerScreenConfiguration configuration) {
  return ScanbotMrzImpl.startScanner(configuration);
}