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