WebsocketContext constructor
WebsocketContext(
- String id,
- WebsocketRequest req,
- WebsocketResponse resp, {
- dynamic next = _defaultHandler<WebsocketContext>,
Implementation
WebsocketContext(super.id, super.req, super.resp,
{next = _defaultHandler<WebsocketContext>}) {
_nextHandler = next;
}