试试这个:
if let vc = UIApplication.shared.delegate?.window??.rootViewController as? FlutterViewController { interstitial.show(withPresenting: vc)}
试试这个:
if let vc = UIApplication.shared.delegate?.window??.rootViewController as? FlutterViewController { interstitial.show(withPresenting: vc)}