clearSingletonInstance method
void
clearSingletonInstance()
Clears the singleton instance (useful for testing)
Implementation
void clearSingletonInstance() {
_singletonInstance = null;
}
Clears the singleton instance (useful for testing)
void clearSingletonInstance() {
_singletonInstance = null;
}