NostrWebSocketsService constructor
NostrWebSocketsService({
- required NostrClientUtils utils,
A service that manages the relays web sockets connections
Implementation
NostrWebSocketsService({
required this.utils,
});