showBanner static method
Shows the banner. If not yet created, queues the request.
Implementation
static void showBanner({required String adUnitId}) {
_methodChannel.invokeMethod('showBanner', {'adUnitId': adUnitId});
}
Shows the banner. If not yet created, queues the request.
static void showBanner({required String adUnitId}) {
_methodChannel.invokeMethod('showBanner', {'adUnitId': adUnitId});
}