resetDownloadPromiseForTesting method

void resetDownloadPromiseForTesting()

Reset the download promise (for testing).

Implementation

void resetDownloadPromiseForTesting() {
  _downloadCompleter = null;
}