showBanner static method

void showBanner(
  1. String adUnitId
)

Shows the banner with the specified adUnitId.

Displaying a Banner

Implementation

static void showBanner(String adUnitId) {
  channel.invokeMethod('showBanner', {
    'ad_unit_id': adUnitId,
  });
}