hasWebtransport property
bool
get
hasWebtransport
Returns true if WebTransport protocol is present
Implementation
bool get hasWebtransport => hasProtocol('webtransport');
Returns true if WebTransport protocol is present
bool get hasWebtransport => hasProtocol('webtransport');