resetForTest static method
Resets the singleton for tests.
This method is not intended for production app flows.
Implementation
@visibleForTesting
static void resetForTest() {
_instance?._dispose();
_instance = null;
}
Resets the singleton for tests.
This method is not intended for production app flows.
@visibleForTesting
static void resetForTest() {
_instance?._dispose();
_instance = null;
}