FaceAuthenticator class
Constructors
- FaceAuthenticator({required String mobileToken, required String personId})
 
Properties
- enableLoadingScreen ↔ bool?
 - 
  
  getter/setter pair
 - enableScreenshot ↔ bool?
 - 
  
  getter/setter pair
 - filter ↔ String?
 - 
  
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - imageUrlExpirationTime ↔ String?
 - 
  
  getter/setter pair
 - 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  - Set the camera filter displayed to take the selfie picture
 - 
  setEnableLoadingScreen(
bool enable) → void  - Determines whether the loading screen will be the SDK default implementation or if you will implement your own. If set to 'true,' the loading screen will be a standard SDK screen. In the case of 'false,' you should implement the loading screen on your side. By default the loading screen is set to 'false'.
 - 
  setEnableScreenshots(
bool enable) → void  - This feature works only for Android
 - 
  setImageUrlExpirationTime(
String time) → void  - 
  setStage(
String stage) → void  - Set the environment in wich the SDK will run.
 - 
  start(
) → Stream< FaceAuthenticatorEvent>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited