menu
getme package
documentation
get_connect/sockets/src/sockets_stub.dart
BaseWebSocket
close method
close method
dark_mode
light_mode
close
method
void
close
(
[
int
?
status
,
String
?
reason
])
Implementation
void close([int? status, String? reason]) { throw 'To use sockets you need dart:io or dart:html'; }
getme package
documentation
get_connect/sockets/src/sockets_stub
BaseWebSocket
close method
BaseWebSocket class