resetInstance static method
void
resetInstance()
Reset the singleton instance (useful between tests).
Implementation
static void resetInstance() {
_instance?._store.clear();
_instance = null;
}
Reset the singleton instance (useful between tests).
static void resetInstance() {
_instance?._store.clear();
_instance = null;
}