stopBannerAutoRefresh static method
Pauses auto-refreshing of the banner for the specified adUnitId.
Implementation
static void stopBannerAutoRefresh(String adUnitId) {
_methodChannel.invokeMethod('stopBannerAutoRefresh', {
'ad_unit_id': adUnitId,
});
}