resetInstance static method
Reset the singleton instance (for testing purposes)
Implementation
@visibleForTesting
static void resetInstance() {
_instance = null;
}
Reset the singleton instance (for testing purposes)
@visibleForTesting
static void resetInstance() {
_instance = null;
}