onInit method

dynamic onInit()

Implementation

onInit() async {
  await MobileAds.instance.initialize();
  Logger().d("Google initialized");
}