Dart
dart:html
WebSocket
CLOSED constant
CLOSED
description
CLOSED
constant
Null safety
int
const
CLOSED
Implementation
static const int CLOSED = 3;
Dart
dart:html
WebSocket
CLOSED constant
WebSocket class
Constructors
WebSocket
Properties
binaryType
bufferedAmount
extensions
hashCode
on
onClose
onError
onMessage
onOpen
protocol
readyState
runtimeType
url
Methods
addEventListener
close
dispatchEvent
noSuchMethod
removeEventListener
send
sendBlob
sendByteBuffer
sendString
sendTypedData
toString
Operators
operator ==
Static properties
supported
Constants
CLOSED
closeEvent
CLOSING
CONNECTING
errorEvent
messageEvent
OPEN
openEvent