GettextLocalizationsDelegate constructor

GettextLocalizationsDelegate({
  1. String defaultLanguage = 'en',
  2. OnWarning? onWarning = print,
})

Implementation

GettextLocalizationsDelegate({
  this.defaultLanguage = 'en',
  this.onWarning = print,
});