menu
vdotok_stream package
documentation
core/signalingClient/web_socket_connection.dart
WebSocketConnection
close method
close method
dark_mode
light_mode
close
method
dynamic
close
(
)
Implementation
close() { if (_socket != null) _socket.sink.close(); }
vdotok_stream package
documentation
core/signalingClient/web_socket_connection
WebSocketConnection
close method
WebSocketConnection class