resetForTesting static method

void resetForTesting()

Reset for testing

Implementation

static void resetForTesting() {
  _instance?._stopFlushTimer();
  _instance = null;
}