InjectorExtensions extension

on

Methods

resolve<T>() → T?

Available on IInjector, provided by the InjectorExtensions extension

toFactory(Type api, InjectorFunction factory) → void

Available on IInjector, provided by the InjectorExtensions extension

toSingleton(Type api, InjectorFunction factory) → void

Available on IInjector, provided by the InjectorExtensions extension

toValue({Type? api, required Object value}) → void

Available on IInjector, provided by the InjectorExtensions extension