smartBannerPortrait property

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

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

Implementation

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