loadMore method

Future<void> loadMore()

Loads the next page of the feed

Implementation

Future<void> loadMore() => _state!._loadMore();