addNotification method

void addNotification(
  1. Notification notifications
)

Implementation

void addNotification(Notification notifications) {
  _notifications.add(notifications);
}