mutationStart method
A mutation was started.
mutation
is strictly the same as ProviderObserverContext.mutation.
It is provided as a convenience, as this life-cycle is guaranteed
to have a non-null ProviderObserverContext.mutation.
Implementation
void mutationStart(
ProviderObserverContext context,
Mutation<Object?> mutation,
) {}