loadMoreData method

Future<bool> loadMoreData()

Implementation

Future<bool> loadMoreData() async {
  return false;
}