mutation<R> method
Creates a mutation token owned by this provider.
Implementation
MutationToken<R> mutation<R>([Symbol? symbol]) => MutationToken<R>(
owner: this,
symbol: symbol ?? Symbol('$runtimeType#${R.runtimeType}'),
);
Creates a mutation token owned by this provider.
MutationToken<R> mutation<R>([Symbol? symbol]) => MutationToken<R>(
owner: this,
symbol: symbol ?? Symbol('$runtimeType#${R.runtimeType}'),
);