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