CameraCaptureScreen constructor

const CameraCaptureScreen({
  1. Key? key,
  2. String? ocrBaseUrl,
  3. String ocrPath = '/api/ocr/id-card/',
  4. String ocrLanguage = 'eng+khm',
})

Implementation

const CameraCaptureScreen({
  super.key,
  this.ocrBaseUrl,
  this.ocrPath = '/api/ocr/id-card/',
  this.ocrLanguage = 'eng+khm',
});