dispose method

void dispose()

Disposes of the screenshot stream

Implementation

void dispose() {
  _screenshotStream = null;
}