reset static method

  1. @visibleForTesting
void reset()

Resets the configuration. Intended for use in tests only.

Implementation

@visibleForTesting
static void reset() => _instance = null;