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