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