KVServiceManager

expect open class KVServiceManager<out T : Any>(serviceClass: KClass<T>) : KVServiceMgr<T>

Multiplatform service manager.

Constructors

Link copied to clipboard
expect constructor(serviceClass: KClass<T>)

Functions

Link copied to clipboard
open fun getCall(function: Function<*>): <Error class: unknown class><String, HttpMethod>?
Link copied to clipboard
open fun requireCall(function: Function<*>): <Error class: unknown class><String, HttpMethod>