isReadyAd method

Future<bool> isReadyAd()

开屏广告是否有预加载

Implementation

Future<bool> isReadyAd() async {
  return await _channel?.invokeMethod(AMPSAdSdkMethodNames.splashIsReadyAd);
}