startFaceRecon method

Future<String?> startFaceRecon(
  1. String clientSessionKey,
  2. String sessionId,
  3. String fontColor,
  4. String backgroundColor,
  5. String environment,
  6. String audioConfiguration,
  7. bool showSuccessScreen,
  8. bool showInvalidTokenScreen,
  9. bool showIntroductionScreens,
  10. bool activeFaceLiveness,
  11. bool useValidation,
  12. String documentNumber,
)

Implementation

Future<String?> startFaceRecon(
  String clientSessionKey,
  String sessionId,
  String fontColor,
  String backgroundColor,
  String environment,
  String audioConfiguration,
  bool showSuccessScreen,
  bool showInvalidTokenScreen,
  bool showIntroductionScreens,
  bool activeFaceLiveness,
  bool useValidation,
  String documentNumber,
){
  throw UnimplementedError('startFaceRecon() has not been implemented.');
}