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