flutterjanus
flutterjanus
WebSocketWrapper
send method
send
flutterjanus
flutterjanus
WebSocketWrapper
send method
WebSocketWrapper class
Constructors
WebSocketWrapper
Properties
hashCode
keepAlivePeriod
onClose
onError
onMessage
onOpen
protocols
runtimeType
url
webSocketChannel
Methods
close
connect
noSuchMethod
send
toString
Operators
operator ==
send
method
dynamic
send
(
dynamic
data
)
Implementation
send(data) { if (webSocketChannel != null) { webSocketChannel.sink.add(data); } }