ClientEngine

abstract class ClientEngine

Functions

call
Link copied to clipboard
abstract suspend fun <P : Any, R : Any> call(call: Call<P, R>, parameter: P): R

Inheritors

TestClientEngine
Link copied to clipboard