dispose method

void dispose()

Implementation

void dispose() {
  this._stream.cancel();
  this.pHasInternet.dispose();
}