useSelectors
const pluginName = "examplePlugin";
const { getExampleValue } = useCommands(pluginName);
const value = getExampleValue();
const pluginName = "examplePlugin";
const { getExampleValue } = useCommands(pluginName);
const value = getExampleValue();