onEndScroll abstract method

Future<void> onEndScroll()

Called when the scroll reaches the bottom. Implement this method to load more content or perform other actions.

Implementation

Future<void> onEndScroll();