startDocAbsentWithIdNumber method

Future<BlusaltFullIdentityResultResponse?> startDocAbsentWithIdNumber({
  1. required String apiKey,
  2. required String appName,
  3. required String clientId,
  4. required bool isDev,
  5. required DocumentType documentType,
  6. required String documentNumber,
  7. String? webhookUrl,
  8. String? reference,
  9. bool startProcessOnGettingToFirstScreen = false,
  10. bool showLivenessResult = true,
  11. LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.dynamic,
  12. ThresholdConfig thresholdConfig = const ThresholdConfig(),
  13. int? timeoutDurationInSec,
  14. bool enableEncryption = false,
  15. 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');
}