GetLanguagePackStrings constructor
Returns strings from a language pack in the current localization target by their keys. Can be called before authorization
Implementation
const GetLanguagePackStrings({
required this.languagePackId,
required this.keys,
});