disconnect method

Future<void> disconnect()

Can throw ComProviderError.

Implementation

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