resetInstance static method

  1. @visibleForTesting
void resetInstance()

Reset the singleton instance (for testing purposes)

Implementation

@visibleForTesting
static void resetInstance() {
  _instance = null;
}