refreshAllNotifications method

Future<void> refreshAllNotifications()

Implementation

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