atNotificationsController property

StreamController atNotificationsController
getter/setter pair

streamController for AT notifications

Implementation

// ignore: close_sinks
StreamController atNotificationsController =
    StreamController<List<EventKeyLocationModel>>.broadcast();