startMRecAutoRefresh static method

void startMRecAutoRefresh(
  1. String adUnitId
)

Starts or resumes auto-refreshing of the MREC for the specified adUnitId.

Implementation

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