Register multiple plugins
plugins
void registerAll(List<Pluggable> plugins) { for (final plugin in plugins) { register(plugin); } }