EditCustomLanguagePackInfo constructor
const
EditCustomLanguagePackInfo({
- required LanguagePackInfo info,
Edits information about a custom local language pack in the current localization target. Can be called before authorization
Implementation
const EditCustomLanguagePackInfo({
required this.info,
});