Future<void> setLanguage(String language) async { return await _appSettingsHiveRepository.box.put('language', language); }