resetDownloadPromiseForTesting method
void
resetDownloadPromiseForTesting()
Reset the download promise (for testing).
Implementation
void resetDownloadPromiseForTesting() {
_downloadCompleter = null;
}
Reset the download promise (for testing).
void resetDownloadPromiseForTesting() {
_downloadCompleter = null;
}