instance property

GoogleAds get instance

Implementation

static GoogleAds get instance {
  if (_instance == null) {
    _instance = GoogleAds();
    return _instance!;
  }
  return _instance!;
}