commandsFor method
Commands available for device after platform/running filtering.
Implementation
List<PluginCommandConfig> commandsFor(Device? device) =>
commands.where((command) => command.matches(device)).toList();
Commands available for device after platform/running filtering.
List<PluginCommandConfig> commandsFor(Device? device) =>
commands.where((command) => command.matches(device)).toList();