getCalculatedBannerAdSize method

Future<CalculatedBannerAdSize> getCalculatedBannerAdSize()

Returns the calculated size of this BannerAdSize.

Implementation

Future<CalculatedBannerAdSize> getCalculatedBannerAdSize() async {
  return await _CalculatedBannerAdSizeProvider.getCalculatedBannerAdSize(
      width, height, _type);
}