getServiceOrNull

open fun <T : Any> getServiceOrNull(name: String, requiredType: KClass<T>): T?(source)
open fun <T : Any> getServiceOrNull(name: String, requiredType: Class<T>): T?(source)
open fun <T : Any> getServiceOrNull(clazz: KClass<T>): T?(source)
open fun <T : Any> getServiceOrNull(clazz: Class<T>): T?(source)