unregister<T extends Object> abstract method

void unregister<T extends Object>({
  1. String? name,
})

Removes the instance of the specified Object type from the DI container.

Implementation

void unregister<T extends Object>({String? name});