promptListChanged property

Stream<PromptListChangedNotification> get promptListChanged

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

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

Implementation

Stream<PromptListChangedNotification> get promptListChanged =>
    _promptListChangedController.stream;