dispose method

void dispose()

Call this to dispose streams. Should be called when the app is closed

Implementation

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