fetchMoreData method

Future<void> fetchMoreData(
  1. BuildContext context
)

Override to run async work after rows are available. When the future completes, the state calls PaginatedView.stopLoading (after mounted is checked). The default is a no-op.

Implementation

Future<void> fetchMoreData(BuildContext context) async {}