getMeta method

MetaTag? getMeta(
  1. WebSocketConnection connection
)

get MetaTag from a connection if exist in the room.

Implementation

MetaTag? getMeta(WebSocketConnection connection)
  => _meta[connection.id];