GetLanguagePackStrings constructor

const GetLanguagePackStrings({
  1. required String languagePackId,
  2. required List<String> keys,
})

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,
});