onClose method

void onClose(
  1. CloseSocket fn
)

Implementation

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