dispose method

void dispose()
inherited

Implementation

void dispose() {
  throw 'To use sockets you need dart:io or dart:html';
}