isSupported property
bool
get
isSupported
Whether the active runtime family supports websocket upgrades.
Implementation
bool get isSupported => _event.context.capabilities.websocket;
Whether the active runtime family supports websocket upgrades.
bool get isSupported => _event.context.capabilities.websocket;