startBannerAutoRefresh static method

void startBannerAutoRefresh(
  1. String adUnitId
)

Starts or resumes auto-refreshing of the banner for the specified adUnitId.

Implementation

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