connect abstract method

FutureOr<void> connect(
  1. String url
)

Connects to the WebSocket server. url - the URL that was used to establish the connection.

Implementation

FutureOr<void> connect(String url);