MethodChannelFullIdentityVerification class
An implementation of FullIdentityVerificationPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FullIdentityVerificationPlatform
- MethodChannelFullIdentityVerification
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- 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?> -
override
-
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?> -
override
-
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?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited