providerDidFail method
void
providerDidFail(
- ProviderObserverContext context,
- Object error,
- StackTrace stackTrace
inherited
A provider emitted an error, be it by throwing during initialization or by having a Future/Stream emit an error
Implementation
void providerDidFail(
ProviderObserverContext context,
Object error,
StackTrace stackTrace,
) {}