CacheableFireAndForgetMutationWithInput
class CacheableFireAndForgetMutationWithInput<TInput : CacheableInput.MutationInput, TError : Throwable>(howTo: suspend (input: TInput) -> Unit, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default)
Constructors
Link copied to clipboard
constructor(howTo: suspend (input: TInput) -> Unit, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default)