dispose method

void dispose()

Close all Streams

Implementation

void dispose() {
  _onDestroy.close();
  _instance = null;
}