SynchronizeLanguagePack constructor
const
SynchronizeLanguagePack({
- required String languagePackId,
Fetches the latest versions of all strings from a language pack in the current localization target from the server.. This method doesn't need to be called explicitly for the current used/base language packs. Can be called before authorization
Implementation
const SynchronizeLanguagePack({
required this.languagePackId,
});