Update the live fish population count.
void setFishCount(int count) { _onSetFishCount?.call(count); }