InjectorHook typedef

InjectorHook = void Function(String event, Type type)

A function used to hook into dependency injection events.

Can be used for logging or debugging registration and lookup actions.

Implementation

typedef InjectorHook = void Function(String event, Type type);