reset static method
void
reset()
Resets the singleton (primarily for testing)
Implementation
static void reset() {
download_hub.clearDownloadUpdatesStream();
_instance = null;
}
Resets the singleton (primarily for testing)
static void reset() {
download_hub.clearDownloadUpdatesStream();
_instance = null;
}