loadMoreNotifications method

Future<void> loadMoreNotifications()

Implementation

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