Identomat class

Constructors

Identomat()

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

finish() Future<void>
Cancels KYC process.
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBaseUrl(String baseUrl) Future<void>
Sets Identomat environment URL. Production environment is set by default.
setCallback(VoidCallback callback) → void
Sets callback function to get events during the ongoing session or when session is finished.
setColors(Map<String, dynamic> colors) Future<void>
Sets UI colors using color key - value pairs.
setStrings(Map<String, dynamic> strings) Future<void>
Sets translation terms using term key - value pairs.
setVariables(Map<String, dynamic> variables) Future<void>
Sets operational variables using property key - value pairs.
start(String sessionKey) Future<void>
Starts a KYC session with initialized session key.
toString() String
A string representation of this object.
inherited

Operators

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