connect method

Future<void> connect()

Implementation

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