setRewardAmount function

void setRewardAmount({
  1. required int action,
})

Implementation

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