SetCustomLanguagePackString constructor
SetCustomLanguagePackString({
- required String languagePackId,
- LanguagePackString? newString,
Implementation
SetCustomLanguagePackString({required this.languagePackId, this.newString});