HyperKyc class

HyperKyc Flutter SDK can be used to create workflows to capture images of ID cards, photos of the face of the user, and perform other operations like face matches, etc all within itself to ease up integration friction on the client end.

Constructors

HyperKyc()

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 Methods

createUniqueId() Future<String>
Generates a unique ID using the HyperKyc platform.
launch({required HyperKycConfig hyperKycConfig}) Future<HyperKycResult>
Launches the HyperKyc SDK using the provided HyperKycConfig instance.
prefetch({required String appId, required String workflowId}) → void
Prefetches data using the HyperKyc platform.