smartBannerLandscape property

  1. @Deprecated('Use adaptive banner instead')
AdSize smartBannerLandscape

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

Implementation

@Deprecated('Use adaptive banner instead')
static AdSize get smartBannerLandscape {
  return getSmartBanner(Orientation.landscape);
}