initBrainDevGoogleAdsDependencies function
dynamic
initBrainDevGoogleAdsDependencies()
Implementation
initBrainDevGoogleAdsDependencies()
{
//region Controller
Get.lazyPut<SenderGoogleAdsService>(() => SenderGoogleAdsServiceImpl(), fenix: true);
Get.lazyPut(() => AdmobController(sharedPreferences: Get.find()), fenix: true);
//endregion
}