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