startAsync abstract method

Future<void> startAsync()

Starts the connection.

Returns a Future that resolves when the connection has been successfully established, or rejects with an error.

Implementation

Future<void> startAsync();