menu
askless package
documentation
middleware/ws_channel/AbstractIOWsChannel.dart
AbstractIOWsChannel
close method
close method
dark_mode
light_mode
close
method
void
close
(
)
Implementation
void close() { logger('close'); _lastPongFromServer = null; wsClose(); }
askless package
documentation
middleware/ws_channel/AbstractIOWsChannel
AbstractIOWsChannel
close method
AbstractIOWsChannel class