serverNotificationStreamController property

StreamController<ServerNotificationData> serverNotificationStreamController
final

Implementation

final serverNotificationStreamController =
    StreamController<ServerNotificationData>.broadcast();