call

abstract suspend fun <T> call(call: RpcCall): T(source)

This method is used by generated clients to perform a call to the server.

Return

result of the call, for example, data from the server.

Parameters

call

an object that contains all required information about the called method, that is needed to route it properly to the server.

Type Parameters

T

type of the result