resetForTesting static method
void
resetForTesting()
Reset for testing
Implementation
static void resetForTesting() {
_instance?._stopFlushTimer();
_instance = null;
}
Reset for testing
static void resetForTesting() {
_instance?._stopFlushTimer();
_instance = null;
}