startDocAbsentWithIdNumber method
Future<BlusaltFullIdentityResultResponse?>
startDocAbsentWithIdNumber({
- required String apiKey,
- required String appName,
- required String clientId,
- required bool isDev,
- required DocumentType documentType,
- required String documentNumber,
- String? webhookUrl,
- String? reference,
- bool startProcessOnGettingToFirstScreen = false,
- bool showLivenessResult = true,
- LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.motional,
- double? thresholdInPercent,
- int? timeoutDurationInSec,
Implementation
Future<BlusaltFullIdentityResultResponse?> startDocAbsentWithIdNumber({
required String apiKey,
required String appName,
required String clientId,
required bool isDev,
required DocumentType documentType,
required String documentNumber,
String? webhookUrl,
String? reference,
bool startProcessOnGettingToFirstScreen = false,
bool showLivenessResult = true,
LivenessFacialComparisonType livenessFacialComparisonType =
LivenessFacialComparisonType.motional,
double? thresholdInPercent,
int? timeoutDurationInSec,
}) async {
return BlusaltFullIdentityResultResponse(
blusaltFullIdentityProcess: BlusaltFullIdentityProcess.notImplemented,
message: 'Not Implemented');
}