loadNativeMediumWithLayout static method
Implementation
static loadNativeMediumWithLayout(
BuildContext context, NativeHolder nativeHolder) async {
AdmobUtils.loadNativeWithLayout(
context, nativeHolder, NativeAdmobType.NATIVE_SMALL,
onAdLoaded: (headline) {
checkAdsTest(headline);
});
}