ProviderException.unbooted constructor
ProviderException.unbooted({
- required Type type,
- StackTrace? trace,
Implementation
ProviderException.unbooted({required this.type, this.trace}) : message = "$type boot() method failed during APP initialization";