showNativeBasedOnScreen static method

Widget showNativeBasedOnScreen(
  1. NetworkType? adType
)

Implementation

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