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