notifyListeners method

void notifyListeners()

Returns updated list

Implementation

void notifyListeners() {
  filterData();

  if (streamAlternative != null) {
    streamAlternative!(allLocationNotifications);
  }

  atNotificationsSink.add(allLocationNotifications);
}