startFaceRecon method
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,
)
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.');
}