internal Register Instance Factory
inline fun <T : Any> internalRegisterInstanceFactory(noinline instanceFactory: () -> T): Deregisterable
Content copied to clipboard
Registers instance factory and returns object able to do deregistration.