showBanner static method
Shows the banner with the specified adUnitId.
Implementation
static void showBanner(String adUnitId) {
_methodChannel.invokeMethod('showBanner', {
'ad_unit_id': adUnitId,
});
}
Shows the banner with the specified adUnitId.
static void showBanner(String adUnitId) {
_methodChannel.invokeMethod('showBanner', {
'ad_unit_id': adUnitId,
});
}