getPlatformAdSize method

Future<BannerAdSize?> getPlatformAdSize()

Implementation

Future<BannerAdSize?> getPlatformAdSize() async {
  return await instanceManager.getAdSize(this);
}