SetCustomLanguagePackString constructor
const
SetCustomLanguagePackString({
- required String languagePackId,
- required LanguagePackString newString,
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization
Implementation
const SetCustomLanguagePackString({
required this.languagePackId,
required this.newString,
});