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.dynamic,
- ThresholdConfig thresholdConfig = const ThresholdConfig(),
- int? timeoutDurationInSec,
- bool enableEncryption = false,
- Map<
String, dynamic> ? metadata,
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.dynamic,
ThresholdConfig thresholdConfig = const ThresholdConfig(),
int? timeoutDurationInSec,
bool enableEncryption = false,
Map<String, dynamic>? metadata,
}) async {
return BlusaltFullIdentityResultResponse(
blusaltFullIdentityProcess: BlusaltFullIdentityProcess.notImplemented,
message: 'Not Implemented');
}