reset static method
Resets the singleton. Intended for testing only.
Implementation
@visibleForTesting
static void reset() => _instance = null;
Resets the singleton. Intended for testing only.
@visibleForTesting
static void reset() => _instance = null;