reset method

void reset(
  1. int showedTimeBefore
)

reset the controller to new time state

Implementation

void reset(int showedTimeBefore) {
  value = value.copyWith(
      showedTimeBefore: showedTimeBefore, waitingList: [], processedSize: 0);
}