start method

Future<void>? start()

Starts the connection.

Implementation

Future<void>? start() {
  _startFuture = _startWithStateTransitions();
  return _startFuture;
}