retrieveOrNull

inline fun <T> GlobalContext.retrieveOrNull(): T?

Simple method to return an object as T from the current Koin application or null if it was never registered.