noticesController property

StreamController<NostrNotice> noticesController
final

This is the controller which will receive all notices from all relays.

Implementation

final noticesController = StreamController<NostrNotice>.broadcast();