menu
socket_io_client_flutter package
documentation
v3/src/socket.dart
Socket
close method
close method
dark_mode
light_mode
close
method
Socket
close
(
)
Disconnects the socket manually.
@return {Socket} self @api public
Implementation
Socket close() => disconnect();
socket_io_client_flutter package
documentation
v3/src/socket
Socket
close method
Socket class