isAvailable abstract method
Whether the underlying executable for plugin/command is installed.
Implementation
Future<bool> isAvailable(PluginConfig plugin, PluginCommandConfig command);
Whether the underlying executable for plugin/command is installed.
Future<bool> isAvailable(PluginConfig plugin, PluginCommandConfig command);