providerDidFail method

void providerDidFail(
  1. ProviderObserverContext context,
  2. Object error,
  3. StackTrace stackTrace
)

Called when a provider throws while building or updating.

Implementation

void providerDidFail(
  ProviderObserverContext context,
  Object error,
  StackTrace stackTrace,
) {}