addNotifications method

void addNotifications(
  1. List<Notification> notifications
)

Implementation

void addNotifications(List<Notification> notifications) {
  _notifications.addAll(notifications);
}