notifications property

Stream<SubscriptionNotification> notifications
final

Notifications delivered on this stream (method + params). Terminates when the server closes the subscription.

Implementation

final Stream<SubscriptionNotification> notifications;