isAdAvailable property

bool isAdAvailable

Whether an ad is available to be shown.

Implementation

bool get isAdAvailable {
  return _appOpenAd != null || _appLovinOpenAd != null;
}