setVisualDebuggingEnabled static method
Enables or disables the visual debugging overlay (iOS only). When enabled, a floating debug button appears on screen allowing you to inspect ad loading, mediation, and creative details.
Implementation
static void setVisualDebuggingEnabled(bool enabled) {
_methodChannel
.invokeMethod('setVisualDebuggingEnabled', {'enabled': enabled});
}