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