SetCustomLanguagePackString constructor

SetCustomLanguagePackString({
  1. required String languagePackId,
  2. LanguagePackString? newString,
})

Implementation

SetCustomLanguagePackString({required this.languagePackId, this.newString});