DocutainSdkUi class
Constructors
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
-
emptyResultScreenDefaultItems(
) → Future< List< DocutainListItem> > - Gets the default empty result screen items.
-
onboardingDefaultItems(
) → Future< List< DocutainListItem> > - Gets the default onboarding items.
-
resetOnboarding(
{dynamic onboarding = true, bool scanHintPopup = true}) → void - Resets onboarding state.
-
scanDocument(
DocumentScannerConfiguration scanConfig) → Future< bool> -
Starts the document scanner. Use
scanConfig
to alter the default behaviour/theming of the scanner. -
scanTipsDefaultItems(
) → Future< List< DocutainListItem> > - Gets the default scan tips items.
-
startPhotoPayment(
PhotoPaymentConfiguration paymentConfig) → Future< String?> -
Starts the photo payment process. Use
paymentConfig
to alter the default behaviour/theming of the photo payment process.