fetchNotifications method
Implementation
Future fetchNotifications() async {
setBusy(true);
await _internalNotificationService.fetchNotifications();
setBusy(false);
notifyListeners();
}
Future fetchNotifications() async {
setBusy(true);
await _internalNotificationService.fetchNotifications();
setBusy(false);
notifyListeners();
}