tryMake<T> method

T? tryMake<T>()

Alias for tryResolve.

Implementation

T? tryMake<T>() => tryResolveInstance<T>();