registerAll abstract method

void registerAll(
  1. Iterable<Injector> injectors, {
  2. bool override,
})

Registers many the Injector instances in this InjectorRegistry.

Implementation

void registerAll(Iterable<Injector> injectors, {bool override});