NostrRegistry constructor
NostrRegistry({
- required NostrClientUtils utils,
This is responsible for registering and retrieving relays WebSockets that are connected to the app.
Implementation
NostrRegistry({required this.utils});