getCalculatedHeight method
Returns the calculated height of this BannerAdSize in density-independent pixels (dp).
Implementation
Future<int> getCalculatedHeight() async {
return (await getCalculatedBannerAdSize()).height;
}
Returns the calculated height of this BannerAdSize in density-independent pixels (dp).
Future<int> getCalculatedHeight() async {
return (await getCalculatedBannerAdSize()).height;
}