smartBannerLandscape property

AdSize smartBannerLandscape

Ad units that render screen-width banner ads on any screen size across different devices in landscape on iOS.

Implementation

static AdSize get smartBannerLandscape {
  return getSmartBanner(Orientation.landscape);
}