resourceUpdated property

Stream<ResourceUpdatedNotification> get resourceUpdated

Emits an event any time the server notifies us of a change to a resource that this client has subscribed to.

This is a broadcast stream, events are not buffered and only future events are given.

Implementation

Stream<ResourceUpdatedNotification> get resourceUpdated =>
    _resourceUpdatedController.stream;