How I can listen/catch the data-request="formVideo::onAddItem"
in a Plugin.php's boot() method?
In a backend, there is a Repeater widget and it has a button ( https://i.stack.imgur.com/546YC.png ). I need to catch the event of this button in a boot() method of a Plugin.php.