noticesStream property

  1. @override
Stream<NostrNotice> noticesStream
override

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

@override
Stream<NostrNotice> get noticesStream => _noticeStreamController.stream;