GetVerifiedConfig constructor
const
GetVerifiedConfig({
- DocumentReaderConfig? documentReader,
- FaceSDKConfig? faceSDK,
- ScreensConfig? screens,
- ByteData? license,
- String? faceApiUrl,
- String? documentReaderUrl,
- Future<
bool> onReprocess()?,
Implementation
const GetVerifiedConfig({
this.documentReader,
this.faceSDK,
this.screens,
this.license,
this.faceApiUrl,
this.documentReaderUrl,
this.onReprocess,
});