Factory

expect fun interface Factory
actual fun interface Factory

Inheritors

actual fun interface Factory

Functions

Link copied to clipboard
expect abstract fun newCall(request: Request): Call
actual abstract fun newCall(request: Request): Call
actual abstract fun newCall(request: Request): Call