getAndroidClassName method
Fully-qualified name of an Android FlutterMediationExtras class.
The name of the class must implement the FlutterMediationExtras interface.
The flutter plugin will try to instantiate it via reflection when an
AdRequest
is created and an instance of this class is assigned to its
mediationExtras.
Implementation
@override
String getAndroidClassName() {
return "io.flutter.plugins.googlemobileads.mediation.gma_mediation_applovin.AppLovinFlutterMediationExtras";
}