jaguar package
documentation
jaguar.websocket
WsOnConnect<
T
> typedef
WsOnConnect
jaguar package
documentation
jaguar.websocket
WsOnConnect<
T
> typedef
jaguar.websocket library
Functions
wsEcho
wsRespond
wsStream
Typedefs
WsOnConnect
WsResponder
WsOnConnect<
T
>
typedef
FutureOr
<
T
>
WsOnConnect
(
Context
ctx
,
WebSocket
ws
)
Implementation
typedef WsOnConnect<T> = FutureOr<T> Function(Context ctx, WebSocket ws);