loadItems method

Future<void> loadItems()

Call this function to programmatically fetch the next page

If the last call was failed then it will retry the last call.

Implementation

Future<void> loadItems() async {
  loadItemsCallback?.call();
}