fetchMore abstract method

void fetchMore()

Try to obtain more items from the collection.

It is safe to call this method multiple times at once or to call it within the build method of a widget.

Implementation

void fetchMore();