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