getIOSClassName method

  1. @override
String getIOSClassName()

Name of an iOS class that conforms to the FLTMediationExtras protocol.

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 getIOSClassName() {
  return "InMobiFlutterMediationExtras";
}