SetCustomLanguagePack constructor
SetCustomLanguagePack({
- LanguagePackInfo? info,
- required List<
LanguagePackString> strings,
Implementation
SetCustomLanguagePack({this.info, required this.strings});