anchoredAdaptiveBannerAdSize method

Future<AnchoredAdaptiveBannerAdSize?> anchoredAdaptiveBannerAdSize({
  1. required BuildContext context,
})

Implementation

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