SetCustomLanguagePackString constructor

const SetCustomLanguagePackString({
  1. required String languagePackId,
  2. 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,
});