pluginByShortcut abstract method

PluginConfig? pluginByShortcut(
  1. String shortcut,
  2. Device? device
)

Resolves a plugin bound to a plugin-level shortcut key.

Implementation

PluginConfig? pluginByShortcut(String shortcut, Device? device);