LivenessWeb class
A web implementation of the LivenessPlatform of the Liveness plugin.
- Inheritance
-
- Object
- LivenessPlatform
- LivenessWeb
Constructors
- LivenessWeb()
- Constructs a LivenessWeb
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
-
startFacialComparisonSDK(
{required String apiKey, required String appName, required String clientId, required bool isDev, required Uint8List imageData, LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.motional, bool? startProcessOnGettingToFirstScreen, double? thresholdInPercent, int? timeoutDurationInSec}) → Future< BlusaltLivenessResultResponse?> -
override
-
startLivenessDetectionOnlySDK(
{required String apiKey, required String appName, required String clientId, required bool isDev, LivenessDetectionOnlyType livenessDetectionOnlyType = LivenessDetectionOnlyType.motional, bool? startProcessOnGettingToFirstScreen, int? timeoutDurationInSec}) → Future< BlusaltLivenessResultResponse?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void