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