hideAd method
void
hideAd()
Implementation
void hideAd() async {
final hideAd = await _hideAdRepository.hideAd();
emit(hideAd);
}
void hideAd() async {
final hideAd = await _hideAdRepository.hideAd();
emit(hideAd);
}