SetCustomLanguagePack constructor

const SetCustomLanguagePack({
  1. required LanguagePackInfo info,
  2. required List<LanguagePackString> strings,
})

Adds or changes a custom local language pack to the current localization target

Implementation

const SetCustomLanguagePack({
  required this.info,
  required this.strings,
});