noticesController property
This is the controller which will receive all notices from all relays.
Implementation
final noticesController = StreamController<NostrNotice>.broadcast();
This is the controller which will receive all notices from all relays.
final noticesController = StreamController<NostrNotice>.broadcast();