mutationStart method

void mutationStart(
  1. ProviderObserverContext context,
  2. Mutation<Object?> mutation
)

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,
) {}