make<T> method

T make<T>()

Alias for resolve. Resolves a registered instance.

Implementation

T make<T>() => resolveInstance<T>();