resetForTesting static method
Resets the singleton instance for testing. Call in tearDown().
Implementation
@visibleForTesting
static void resetForTesting() {
_instance = null;
}
Resets the singleton instance for testing. Call in tearDown().
@visibleForTesting
static void resetForTesting() {
_instance = null;
}