start method

void start()

Connects to the WebSocket server and starts streaming database changes.

Implementation

void start() {
  _connect();
}