startFaceRecon method

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

Implementation

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