NexIDPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NexIDPlatform
Implementers

Constructors

NexIDPlatform()
Constructs a NexIDPlatform.

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

initSDK(String apiKey, String appId) Future<void>
initSDKWithTT(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 NexIDPlatform
The default instance of NexIDPlatform to use.
getter/setter pair