startMrecAutoRefresh static method
Starts or resumes auto-refresh for the MREC.
Implementation
static void startMrecAutoRefresh({required String adUnitId}) {
_methodChannel.invokeMethod(
'startMrecAutoRefresh',
{'adUnitId': adUnitId},
);
}