connect method

Future connect()

Implementation

Future connect() async {
  throw Exception('To use sockets you need dart:io or dart:html');
}