disposeSingleton<T> abstract method
Null safety
Removes the singleton instance.
This does not remove it from the registry tree.
Implementation
T? disposeSingleton<T>();
Removes the singleton instance.
This does not remove it from the registry tree.
T? disposeSingleton<T>();