GetVerifiedConfig constructor

const GetVerifiedConfig({
  1. DocumentReaderConfig? documentReader,
  2. FaceSDKConfig? faceSDK,
  3. ScreensConfig? screens,
  4. ByteData? license,
  5. String? faceApiUrl,
  6. String? documentReaderUrl,
  7. Future<bool> onReprocess(
    1. String docTransactionId,
    2. String? faceLivenessTransactionId
    )?,
})

Implementation

const GetVerifiedConfig({
  this.documentReader,
  this.faceSDK,
  this.screens,
  this.license,
  this.faceApiUrl,
  this.documentReaderUrl,
  this.onReprocess,
});