getInstance

actual fun getInstance(name: String?): Core
expect fun getInstance(name: String? = null): Core

Returns the default (first initialized) instance of the Core, or the instance associates with the given name

actual fun getInstance(name: String?): Core