menu
tkf_components package
documentation
tkf_websocket.dart
TkfWebsocket
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() async { if (_wsConnection != null) { await _wsConnection!.stop(); } }
tkf_components package
documentation
tkf_websocket
TkfWebsocket
stop method
TkfWebsocket class