Future<void> changeLang(String langCode) async { await LangService().changeLang(langCode); notifyListeners(); }