LivenessDetectionFlutterPlugin class
Properties
- contourDetectionColor → Color?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safeAreaPadding → EdgeInsets
-
no setter
-
thresholdConfig
→ List<
LivenessThreshold> -
no setter
Methods
-
configure(
{required List< LivenessThreshold> thresholds, Color contourColor = const Color(0xffab48e0)}) → void -
getPlatformVersion(
) → Future< String?> -
livenessDetection(
BuildContext context, {required LivenessConfig config}) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selfiesRegisterUser(
BuildContext context, {required LivenessConfig config}) → Future< List< String?> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited