notifyListeners method

void notifyListeners()

updates listeners

Implementation

void notifyListeners() {
  if (streamAlternative != null) {
    streamAlternative!(allEventNotifications);
  }

  EventsMapScreenData().updateEventdataFromList(allEventNotifications);
  atNotificationsSink.add(allEventNotifications);
}