connect method

Future<void> connect()

Can throw ComProviderError.

Implementation

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