CacheableMutationWithNoInput
class CacheableMutationWithNoInput<TData, TError : Throwable>(launchMutation: suspend () -> TData?, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, dependentActions: List<suspend (mutationData: TData) -> Unit> = emptyList())
Constructors
Link copied to clipboard
constructor(launchMutation: suspend () -> TData?, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, dependentActions: List<suspend (mutationData: TData) -> Unit> = emptyList())