loadOrDefault
fun <Context> KoneContextRegistry.loadOrDefault(key: RegistryKey<Context>, default: Context): Context(source)
Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or default value if nothing is associated with the key.