addNotification method
Implementation
void addNotification(AppNotification notification) {
_notifications.insert(0, notification);
notifyListeners();
}
void addNotification(AppNotification notification) {
_notifications.insert(0, notification);
notifyListeners();
}