loadMoreNews method

Future<void> loadMoreNews()

Implementation

Future<void> loadMoreNews() async {
  log("load More Notifications");
  return await getnewslist();
}