all property

A stream of all notifications delivered from the server.

This stream can be used to listen to notifications manually subscribed to. The [] operator on Channels can be used to register subscriptions to notifications only when a stream is being listened to.

Implementation

Stream<Notification> get all;