Fetcher

fun interface Fetcher<T : Any>

Fetches data from a server. Throws exception on error.

Parameters

T

data type

Functions

Link copied to clipboard
abstract suspend fun fetch(): T