bootAll method

Future<void> bootAll()

Boot all registered providers by calling their boot() method.

Implementation

Future<void> bootAll() async {
  await _bootloader.bootAll(_registry.providers);
}