resourceListChanged property

Stream<ResourceListChangedNotification> get resourceListChanged

Emits an event any time the server notifies us of a change to the list of resources it supports.

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

Implementation

Stream<ResourceListChangedNotification> get resourceListChanged =>
    _resourceListChangedController.stream;