resolve

inline suspend fun <T> DependencyResolver.resolve(key: String? = null): T(source)

Get the dependency from the map for the key represented by the type (and optionally, with the given name).

Report a problem