MutationFn<T, P> typedef
MutationFn<T, P> =
Future<T> Function(P params)
The asynchronous execution function that performs the mutation operation.
Implementation
typedef MutationFn<T, P> = Future<T> Function(P params);