dispose method Null safety

void dispose()

Implementation

void dispose() {
  //This closes the Stream of the download progress
  _downloadProgress.close();
}