IdenfySdkFlutter class

Constructors

IdenfySdkFlutter()

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 Properties

platformVersion Future<String>
no setter

Static Methods

start(String token) Future<IdenfyIdentificationResult>
Function to start identity verification session @param token Generated identity verification token
startFaceAuth(String token, bool withImmediateRedirect, {IdenfyFaceAuthUISettings? idenfyFaceAuthUISettings}) Future<FaceAuthenticationResult>
Function to start face authentication session @param token Generated identity verification token @param withImmediateRedirect Whether immediate redirect feature should be enabled @param idenfyFaceAuthUISettings Additional face authentication session settings