stopBannerAutoRefresh static method

void stopBannerAutoRefresh(
  1. String adUnitId
)

Pauses auto-refreshing of the banner for the specified adUnitId.

Implementation

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