updateAll method

void updateAll(
  1. int itemCount
)

re-renders the entire list with the given new itemCount

Implementation

void updateAll(int itemCount) => _updateAll.add(itemCount);