FaceAuthenticator class
Constructors
- FaceAuthenticator.new({required String mobileToken, required String personId})
Properties
- enableScreenshot ↔ bool?
-
getter/setter pair
- filter ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mobileToken ↔ String
-
getter/setter pair
- personId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stage ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCameraFilter(
String filter) → void -
setEnableScreenshots(
bool enable) → void - This feature works only for Android right now
-
setStage(
String stage) → void -
start(
) → Future< FaceAuthenticatorResult> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited