remove<T> function
void
remove<T>()
Shortcut to remove the singleton instance of type T
.
Implementation
void remove<T>() => ServiceLocator.I.remove<T>();
Shortcut to remove the singleton instance of type T
.
void remove<T>() => ServiceLocator.I.remove<T>();