loadMore method

void loadMore()

Reloads the feed state based on the original size parameter

Implementation

void loadMore() => _state != null ? _state!.tower.dispatch(loadMore) : null;