unregister<T extends Object> abstract method
Removes the instance of the specified Object type from the DI container.
Implementation
void unregister<T extends Object>({String? name});
Removes the instance of the specified Object type from the DI container.
void unregister<T extends Object>({String? name});