获取是否有预加载
Future<bool> isReadyAd(String adId) async { return await AmpsSdk.channel.invokeMethod(AMPSAdSdkMethodNames.nativeIsReadyAd,adId); }