throwNetworkError method

void throwNetworkError()

Implementation

void throwNetworkError() {
  exception = () => SocketException.closed();
  _register();
}