AddCustomServerLanguagePack constructor

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

Adds a custom server language pack to the list of installed language packs in current localization target. Can be called before authorization

Implementation

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