MutationFactoryWithNoInput
class MutationFactoryWithNoInput<TData, TError : Throwable>(cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, mutation: suspend () -> TData)
Constructors
Link copied to clipboard
constructor(cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, mutation: suspend () -> TData)