FacetecFlutterPluginDemo class

Constructors

FacetecFlutterPluginDemo()

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>
shows the platform version
no setter

Static Methods

auditTrail() Future<String>
This function returns the latest audit trail image
authenticate(String userId) Future<String>
This function is for authenticating an enrolled user
deleteEnrollment(String userId, String customDeleteEnrolmentEndPoint) Future<String>
enroll(String userId) Future<String>
This function is for enrolling a new user
getSdkStatus() Future<String>
getUserEnrollmentStatus(String userId, String customEnrolmentStatusEndPoint) Future<String>
getVersion() Future<String>
idCheck(String userId, bool newUser) Future<String>
This function is used for doing a ID Check along with face authentication
idScanImages() Future<String>
This function returns the latest ID Check image
initialize(String appToken, bool productionMode, String productionKeyText) Future<String>
This function needs to be called before using any FaceTec SDK functionality
setPublicKey(String publicKey) Future<String>
This function is used to set the FaceTec provided public key
setServerUrl(String serverUrl) Future<String>
This function is used to provide the url to your server hosting FaceTec Server SDK
setTheme(String theme) Future<String>
Through this function you can change the theme of the FaceTec SDK
verify() Future<String>
This function is for doing a liveness check