dispose method

void dispose()

Disposes the manager and closes the stream.

Implementation

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