setRewardAmount function
Implementation
void setRewardAmount({required int action}) {
Get.find<AdmobController>().setRewardAmount(action:action);
}
void setRewardAmount({required int action}) {
Get.find<AdmobController>().setRewardAmount(action:action);
}