hideMRec static method

void hideMRec(
  1. String adUnitId
)

Hides the MREC with the specified adUnitId.

Implementation

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