IdcheckioPlatform class abstract
Abstract defining the behavior of the bridge:
- init the method channel used.
- methods which are called from dart to android/ios plugins.
Notes: Singleton object which can be called everywhere in the /lib common folder.
- Inheritance
-
- Object
- PlatformInterface
- IdcheckioPlatform
- Implemented types
- Implementers
Constructors
- IdcheckioPlatform()
- Constructs a IdcheckioPlatform.
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.
inherited
-
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.
inherited
-
start(
{required IDCheckioParams parameters, OnlineContext? onlineContext}) → Future< IDCheckioResult> -
Start the capture of one document with the given parameters.
inherited
-
startOnboarding(
{required String folderUid}) → Future< void> -
Start an onboarding session with the given folder uid.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IdcheckioPlatform
-
The default instance of IdcheckioPlatform to use.
getter/setter pair