Register a single plugin
plugin
Future register(Pluggable plugin) async { if (plugin.name.isEmpty) { return; } _pluginsMap[plugin.name] = plugin; }