connect method

Future<void> connect()

Connects the client and completes the handshake.

Implementation

Future<void> connect() => _reverb.connect();