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});
}