IdcheckioInterface class abstract
Defines all methods to interact with the Idcheckio's SDK.
- Implementers
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
-
activate(
{required String token, bool extractData = true}) → Future< void> - Activates the sdk with the given token.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preload(
{bool extractData = true}) → Future< void> - Preload the native models of the sdk.
-
start(
{required IDCheckioParams parameters, OnlineContext? onlineContext, IDCheckioTheme? theme}) → Future< IDCheckioResult> - Start the capture of one document with the given parameters.
-
startOnboarding(
{required String folderUid, IDCheckioTheme? theme}) → Future< void> - Start an onboarding session with the given folder uid.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited