FullIdentityVerificationPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FullIdentityVerificationPlatform
Implementers

Constructors

FullIdentityVerificationPlatform()
Constructs a FullIdentityVerificationPlatform.

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
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?>
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?>
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?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FullIdentityVerificationPlatform
The default instance of FullIdentityVerificationPlatform to use.
getter/setter pair