core/injector library

Classes

Injector
A powerful static Dependency Injection container for managing instances.

Typedefs

InjectorHook = void Function(String event, Type type)
A function used to hook into dependency injection events.