connect method

Future connect()
inherited

Implementation

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