nextPageLoadFun method

Future<void> nextPageLoadFun()

Implementation

Future<void> nextPageLoadFun() async {
  await _nextPage();
}