showMediationDebugger static method

void showMediationDebugger()

Displays the Mediation Debugger.

Mediation Debugger is a suite of testing tools. These tools help you integrate and launch faster with MAX. You can use them to confirm the validity of network integrations. This ensures that you can successfully load and show ads, among other things.

Mediation Debugger

Implementation

static void showMediationDebugger() {
  channel.invokeMethod('showMediationDebugger');
}