SetCustomLanguagePack constructor
const
SetCustomLanguagePack({
- required LanguagePackInfo info,
- 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,
});