setBannerPlacement static method
Sets an ad placement name for the banner with the specified adUnitId
.
Implementation
static void setBannerPlacement(String adUnitId, String placement) {
_methodChannel.invokeMethod('setBannerPlacement', {
'ad_unit_id': adUnitId,
'placement': placement,
});
}