MyIdReaderConfig constructor

MyIdReaderConfig({
  1. MyIdReaderDocumentType? documentType,
  2. MyIdReaderLocale? locale,
})

Implementation

MyIdReaderConfig({
  this.documentType,
  this.locale,
});