refresh method

void refresh()

Implementation

void refresh() {
  Log(tag).i("Timer $_currentSeconds seconds pass. Refresh");
  sendViewTime("mrc");
  reset();
  cancelTimer();
  if (visiblePercentage > 90) {
    loadAd();
  }
}