loadMore property
void Function()
loadMore
getter/setter pair
Requests for the next batch of data to be emitted on the stream.
Implementation
late void Function() loadMore;
Requests for the next batch of data to be emitted on the stream.
late void Function() loadMore;