获取已缓存广告数量
Future<int> nativeLoadedCount(String adUnitId) async { return await TradplusSdk.channel .invokeMethod('native_getLoadedCount', {'adUnitID': adUnitId}); }