GetLanguagePackInfo constructor

const GetLanguagePackInfo({
  1. required String languagePackId,
})

Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization

Implementation

const GetLanguagePackInfo({
  required this.languagePackId,
});