ScanbotSdkUiV2 class

A utility class providing methods to launch Ready-to-Use V2 UI components of the Scanbot SDK.

This class includes methods for starting full-screen modal dialogs for barcode scanning, document scanning, and document cropping. Each method handles specific configurations and returns results wrapped in a ResultWrapper for consistent error handling and data parsing.

Constructors

ScanbotSdkUiV2.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

startBarcodeScanner(BarcodeScannerConfiguration config) Future<ResultWrapper<BarcodeScannerResult>>
Launches the Ready-to-Use V2 Barcode Scanner UI as a full-screen modal dialog.
startCroppingScreen(CroppingConfiguration config) Future<ResultWrapper<DocumentData>>
Launches the Ready-to-Use V2 Cropping Screen as a full-screen modal dialog.
startDocumentScanner(DocumentScanningFlow config) Future<ResultWrapper<DocumentData>>
Launches the Ready-to-Use V2 Document Scanner UI as a full-screen modal dialog.