Network

interface Network

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getCachedResponse(url: String): String
Link copied to clipboard
abstract fun getResponse(url: String): Flow<String>
Link copied to clipboard
abstract operator fun invoke(methodName: String, arguments: Vector): Any
Link copied to clipboard
abstract fun invokeAsync(methodName: String, arguments: Vector): Flow<Any>