start method
void
start()
Connects to the WebSocket server and starts streaming database changes.
Implementation
void start() {
_connect();
}
Connects to the WebSocket server and starts streaming database changes.
void start() {
_connect();
}