getCalculatedHeight method

Future<int> getCalculatedHeight()

Returns the calculated height of this BannerAdSize in density-independent pixels (dp).

Implementation

Future<int> getCalculatedHeight() async {
  return (await getCalculatedBannerAdSize()).height;
}