reset static method

  1. @visibleForTesting
void reset()

Resets the singleton. Intended for testing only.

Implementation

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