spry_websocket library
WebSocket for Spry framework.
Spry WebSocket is a Spry handler for handling WebSocket requests.
Classes
- SpryWebSocket
- Spry WebSocket handler.
- WebSocketChannel
-
A
StreamChannelthat communicates over a WebSocket.
Typedefs
-
WebSocketConnectedCallback
= FutureOr<
void> Function(Context context, WebSocketChannel channel) - WebSocket connected callback.