dispose method

void dispose()

Close the stream controller

Implementation

void dispose() {
  _changeController.close();
}