web_socket_support library Null safety
Classes
- DefaultWebSocketListener
- Default WebSocketListener implementation to ease listener use
- WebSocketClient
- WebSocketConnection
-
Concrete implementation of this class is returned to client by every successful
WebSocket connection initialized by
connect
call. - WebSocketListener
- Client code should implement this interface in order to receive async calls from WebSocket implementation from underlying OS.