get method
Gets an attribute from the handshake request context.
Implementation
dynamic get(String key) {
return handshakeRequest.attribute(key);
}
Gets an attribute from the handshake request context.
dynamic get(String key) {
return handshakeRequest.attribute(key);
}