onEndScroll abstract method
Called when the scroll reaches the bottom. Implement this method to load more content or perform other actions.
Implementation
Future<void> onEndScroll();
Called when the scroll reaches the bottom. Implement this method to load more content or perform other actions.
Future<void> onEndScroll();