SetCustomLanguagePack constructor

SetCustomLanguagePack({
  1. LanguagePackInfo? info,
  2. required List<LanguagePackString> strings,
})

Implementation

SetCustomLanguagePack({this.info, required this.strings});