tryResolve<T> method
T?
tryResolve<T>()
Attempts to resolve an instance of type T. Returns null if not found.
Implementation
T? tryResolve<T>() => tryResolveInstance<T>();
Attempts to resolve an instance of type T. Returns null if not found.
T? tryResolve<T>() => tryResolveInstance<T>();