@override Future<bool?> showMaxMediationDebugger() async { final result = await methodChannel.invokeMethod<bool>('showMaxMediationDebugger'); return result; }