GetLanguagePackInfo constructor
const
GetLanguagePackInfo({
- 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,
});