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