handleEndReached method

Future<void> handleEndReached()

Implementation

Future<void> handleEndReached() async {
  await loadMore();
}