Future<bool> hideAd() async { await _keyValueStorageProvider.put(_hideAdKey, true); return isAdHidden; }