onError method

void onError(
  1. CloseSocket fn
)

Implementation

void onError(CloseSocket fn) {
  throw Exception('To use sockets you need dart:io or dart:html');
}