connect abstract method

Future<Stream<Message>> connect()

Connects to the relay server and returns a stream of Message objects.

Implementation

Future<Stream<Message>> connect();