anchoredAdaptiveBannerAdSize method
Future<AnchoredAdaptiveBannerAdSize?>
anchoredAdaptiveBannerAdSize({
- required BuildContext context,
Implementation
Future<AnchoredAdaptiveBannerAdSize?> anchoredAdaptiveBannerAdSize(
{required BuildContext context}) async {
return await AdSize.getCurrentOrientationAnchoredAdaptiveBannerAdSize(
MediaQuery.of(context).size.width.toInt());
}