FetchStrategy

interface FetchStrategy<T>

Functions

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