NostrRegistry constructor

NostrRegistry({
  1. required NostrClientUtils utils,
})

This is responsible for registering and retrieving relays WebSockets that are connected to the app.

Implementation

NostrRegistry({required this.utils});