Returns the list of currently registered (not yet unregistered) plugins.
Registers a plugin with the DeviceManager.
The DeviceManager (or compatible) instance.
The plugin to register.
A () => void that unregisters the plugin and calls any teardown
returned by plugin.registerWith.
Handles the registration of plugins with the DeviceManager.