This utility plugin will give a function wrapping method and will send some events.
This plugin is a dependency for almost all plugins.
Add this lines in your init.js file (await ensures it finishes before dependents):
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/utils/utils.js');
// load the rest of your plugins here
Learn how to load plugins.