Method

fun interface Method<T : Any> : RpcInvokator<T> (source)

Functions

Link copied to clipboard
abstract suspend fun call(service: T, parameters: Array<Any?>): Any?