DeleteLanguagePack constructor

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

Deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can't be deleted.. Can be called before authorization

Implementation

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