ScannerLocalizationDelegate constructor

const ScannerLocalizationDelegate(
  1. Future localizedStrings,
  2. List languages
)

Implementation

const ScannerLocalizationDelegate(this.localizedStrings, this.languages);