dispose static method

void dispose()

Implementation

static void dispose() {
  _peersStream = null;
  _connectionStream = null;
  _dataStream = null;
}