setGetGoogleAdsFunction static method

void setGetGoogleAdsFunction(
  1. GetGoogleAdsFunction function
)

Implementation

static void setGetGoogleAdsFunction(GetGoogleAdsFunction function) {
  getGoogleAdsFunction = function;
  bool applicationa = true;
  if (!applicationa) {}
}