atNotificationsController property
streamController for AT notifications
Implementation
// ignore: close_sinks
StreamController atNotificationsController =
StreamController<List<EventKeyLocationModel>>.broadcast();
streamController for AT notifications
// ignore: close_sinks
StreamController atNotificationsController =
StreamController<List<EventKeyLocationModel>>.broadcast();