refreshAllNotifications method
Implementation
Future<void> refreshAllNotifications() async {
log("Refresh All Notifications");
await loadnoifications(refresh: true);
}
Future<void> refreshAllNotifications() async {
log("Refresh All Notifications");
await loadnoifications(refresh: true);
}