menu
waterbus_sdk package
documentation
core/websocket/interfaces/ws_handler.dart
WsHandler
establishConnection abstract method
establishConnection abstract method
dark_mode
light_mode
establishConnection
abstract method
void
establishConnection
(
{
bool
forceConnection
=
false
,
dynamic
callbackConnected
()?,
})
Implementation
void establishConnection({ bool forceConnection = false, Function()? callbackConnected, });
waterbus_sdk package
documentation
core/websocket/interfaces/ws_handler
WsHandler
establishConnection abstract method
WsHandler class