I am trying to show an Adcolony ad from Swift native code in my Flutter plugin, this is how my swift code looks like -
if let interstitial = self.interstitial,
Try this:
if let vc = UIApplication.shared.delegate?.window??.rootViewController as? FlutterViewController { interstitial.show(withPresenting: vc) }