notices property
Stream<NostrNotice>
get
notices
This is the stream which will have all notices from all relays. All of them will be included in this stream. In order to filter them, you will need to use the Stream.where method.
Implementation
Stream<NostrNotice> get notices => noticesController.stream;