NostrRelays constructor
NostrRelays({
- required NostrClientUtils utils,
This class is responsible for all the relays related operations.
Implementation
NostrRelays({required this.utils}) {
nostrRegistry = NostrRegistry(utils: utils);
}