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