Future<void> setProfileCompleted(bool profileCompleted) async { return await _appSettingsHiveRepository.box .put('profileCompleted', profileCompleted); }