hideMRec static method

void hideMRec(
  1. String adUnitId
)

Hides the MREC with the specified adUnitId.

Implementation

static void hideMRec(String adUnitId) {
  channel.invokeMethod('hideMRec', {
    'ad_unit_id': adUnitId,
  });
}