getHeightPx property

Future<int?> getHeightPx

Implementation

Future<int?> get getHeightPx async {
  return Ads.instance.channel.invokeMethod(
    'bannerSize-getHeightPx',
    super.toJson(),
  );
}