NostrWebSocketsService constructor

NostrWebSocketsService({
  1. required NostrClientUtils utils,
})

A service that manages the relays web sockets connections

Implementation

NostrWebSocketsService({
  required this.utils,
});