bootAll method
Boot all registered providers by calling their boot() method.
Implementation
Future<void> bootAll() async {
await _bootloader.bootAll(_registry.providers);
}
Boot all registered providers by calling their boot() method.
Future<void> bootAll() async {
await _bootloader.bootAll(_registry.providers);
}