menu
get package
documentation
get_connect/sockets/src/sockets_stub.dart
BaseWebSocket
connect method
connect method
dark_mode
light_mode
connect
method
Future
connect
(
)
Implementation
Future connect()
async
{
throw
'To use sockets you need dart:io or dart:html'
; }
get package
documentation
get_connect/sockets/src/sockets_stub
BaseWebSocket
connect method
BaseWebSocket class
Constructors
new
Properties
allowSelfSigned
hashCode
ping
runtimeType
url
Methods
close
connect
dispose
emit
noSuchMethod
on
onClose
onError
onMessage
onOpen
send
toString
Operators
operator ==