ProviderException.unbooted constructor

ProviderException.unbooted({
  1. required Type type,
  2. StackTrace? trace,
})

Implementation

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