menu
getme package
documentation
get_connect/sockets/src/sockets_stub.dart
BaseWebSocket
onClose method
onClose method
dark_mode
light_mode
onClose
method
void
onClose
(
CloseSocket
fn
)
Implementation
void onClose(CloseSocket fn) { throw 'To use sockets you need dart:io or dart:html'; }
getme package
documentation
get_connect/sockets/src/sockets_stub
BaseWebSocket
onClose method
BaseWebSocket class