requestedProtocols property

List<String> get requestedProtocols

Requested websocket subprotocols from the client handshake.

Implementation

List<String> get requestedProtocols =>
    _event.context.webSocket?.requestedProtocols ?? const <String>[];