FullIdentityVerificationWeb class

A web implementation of the FullIdentityVerificationPlatform of the FullIdentityVerification plugin.

Inheritance

Constructors

FullIdentityVerificationWeb()
Constructs a FullIdentityVerificationWeb

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

getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startDocAbsentWithCustomSelector({required String apiKey, required String appName, required String clientId, required bool isDev, required List<DocumentType> documentTypeList, String? webhookUrl, String? reference, bool showLivenessResult = true, LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.motional, double? thresholdInPercent, int? timeoutDurationInSec}) Future<BlusaltFullIdentityResultResponse?>
inherited
startDocAbsentWithIdNumber({required String apiKey, required String appName, required String clientId, required bool isDev, required DocumentType documentType, required String documentNumber, String? webhookUrl, String? reference, bool startProcessOnGettingToFirstScreen = false, bool showLivenessResult = true, LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.motional, double? thresholdInPercent, int? timeoutDurationInSec}) Future<BlusaltFullIdentityResultResponse?>
inherited
startFullIdentitySDK({required String apiKey, required String appName, required String clientId, required bool isDev, String? webhookUrl, String? reference, bool showLivenessResult = true, List<DocumentType>? documentTypeList, int? timeoutDurationInSec}) Future<BlusaltFullIdentityResultResponse?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void