updateCount method

void updateCount(
  1. int curCount
)

Implementation

void updateCount(int curCount) {
  state?.updateCount(curCount);
}