webSocketsService property

NostrWebSocketsService webSocketsService
latefinal

A service that manages the relays web sockets connections

Implementation

late final webSocketsService = NostrWebSocketsService(
  logger: logger,
);