showNativeBasedOnScreen static method
Implementation
static Widget showNativeBasedOnScreen(NetworkType? adType) {
  return GlobalAdVariables.adNetworks![adType]!.getNativeAd();
}static Widget showNativeBasedOnScreen(NetworkType? adType) {
  return GlobalAdVariables.adNetworks![adType]!.getNativeAd();
}