KonnectedscanPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • KonnectedscanPlatform
Implementers

Constructors

KonnectedscanPlatform()
Constructs a KonnectedscanPlatform.

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

init(String apiKey, String appId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startBarcodeScan() Future<EkycResult>
startDocumentScan(int documentType) Future<EkycResult>
startLiveness(String livenessType, String? faceImageBase64) Future<EkycResult>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance KonnectedscanPlatform
The default instance of KonnectedscanPlatform to use.
getter/setter pair