disconnect method

Future<void> disconnect()

Implementation

Future<void> disconnect() async {
  throw UnimplementedError(
    'TCP/SSL transport not configured -- '
    'disconnect from $host:$port',
  );
}