connect method

Future<void> connect()

Implementation

Future<void> connect() async {
  await _connection.open();
}