pluginsForDevice abstract method

List<PluginConfig> pluginsForDevice(
  1. Device? device
)

Plugins that expose at least one command runnable for device.

Implementation

List<PluginConfig> pluginsForDevice(Device? device);