notices property

Stream<NostrNotice> notices

This is the stream which will have all notices from all relays, all of them will be included in this stream, and so in order to filter them, you will need to use the Stream.where method.

Implementation

Stream<NostrNotice> get notices => noticesController.stream;