MethodChannelLiveness class
An implementation of LivenessPlatform that uses method channels.
- Inheritance
-
- Object
- LivenessPlatform
- MethodChannelLiveness
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
-
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?> -
imageData
is the image your want to compare with.override -
startLivenessDetectionOnlySDK(
{required String apiKey, required String appName, required String clientId, required bool isDev, LivenessDetectionOnlyType livenessDetectionOnlyType = LivenessDetectionOnlyType.motional, bool? startProcessOnGettingToFirstScreen, int? timeoutDurationInSec}) → Future< BlusaltLivenessResultResponse?> -
livenessDetectionOnlyType
can be LivenessDetectionOnlyType.motional or LivenessDetectionOnlyType.still or LivenessDetectionOnlyType.flashoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited