startFaceRecon method

Future<FaceReconReturnValues> startFaceRecon(
  1. String environment,
  2. String clientSessionKey, {
  3. String? sessionId,
  4. String? documentNumber,
  5. String? fontColor,
  6. String? backgroundColor,
  7. String? fontFamily,
  8. bool? showIntroductionScreens,
  9. bool? showSuccessScreen,
  10. bool? showInvalidTokenScreen,
  11. String? audioConfiguration,
  12. String? onboardingTitle,
  13. String? onboardingFirstLabel,
  14. String? onboardingSecondLabel,
  15. String? onboardingThirdLabel,
  16. String? logLevel,
})

Implementation

Future<FaceReconReturnValues> startFaceRecon(
  String environment,
  String clientSessionKey, {
  String? sessionId,
  String? documentNumber,
  String? fontColor,
  String? backgroundColor,
  String? fontFamily,
  bool? showIntroductionScreens,
  bool? showSuccessScreen,
  bool? showInvalidTokenScreen,
  String? audioConfiguration,
  String? onboardingTitle,
  String? onboardingFirstLabel,
  String? onboardingSecondLabel,
  String? onboardingThirdLabel,
  String? logLevel,
}) {
  throw UnimplementedError('startFaceRecon() has not been implemented.');
}