void setRewardAmountPlus({required int action, int amount = 0}) { Get.find<AdmobController>().setRewardAmountPlus(action:action, amount: amount); }