connect abstract method

Future<void> connect(
  1. String userId
)

Creates a new connection to the client

Implementation

Future<void> connect(String userId);